Chromium Code Reviews| Index: content/plugin/plugin_channel.cc |
| =================================================================== |
| --- content/plugin/plugin_channel.cc (revision 163080) |
| +++ content/plugin/plugin_channel.cc (working copy) |
| @@ -24,6 +24,8 @@ |
| #include "ipc/ipc_channel_posix.h" |
| #endif |
| +namespace content { |
| + |
| namespace { |
| void PluginReleaseCallback() { |
| @@ -316,3 +318,5 @@ |
| } |
| Send(new PluginHostMsg_ClearSiteDataResult(success)); |
| } |
| + |
| +} // namespace content |