summaryrefslogtreecommitdiffstats
path: root/content/plugin/plugin_channel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/plugin/plugin_channel.cc')
-rw-r--r--content/plugin/plugin_channel.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/plugin/plugin_channel.cc b/content/plugin/plugin_channel.cc
index 0fa7a6f..7bf0858 100644
--- a/content/plugin/plugin_channel.cc
+++ b/content/plugin/plugin_channel.cc
@@ -24,6 +24,8 @@
#include "ipc/ipc_channel_posix.h"
#endif
+namespace content {
+
namespace {
void PluginReleaseCallback() {
@@ -316,3 +318,5 @@ void PluginChannel::OnClearSiteData(const std::string& site,
}
Send(new PluginHostMsg_ClearSiteDataResult(success));
}
+
+} // namespace content