Bug 729155: Fix warnings in plugin ipc code. r=bsmedberg

This commit is contained in:
Josh Aas
2012-02-21 19:32:06 -05:00
parent 17529cb081
commit 36ce3118ae
4 changed files with 4 additions and 16 deletions

View File

@@ -114,6 +114,7 @@ MediateRace(const RPCChannel::Message& parent,
}
}
#if defined(OS_LINUX)
static string
ReplaceAll(const string& haystack, const string& needle, const string& with)
{
@@ -127,6 +128,7 @@ ReplaceAll(const string& haystack, const string& needle, const string& with)
return munged;
}
#endif
string
MungePluginDsoPath(const string& path)