Index: content/renderer/browser_plugin/old/browser_plugin_channel_manager.cc |
diff --git a/content/renderer/browser_plugin/old/browser_plugin_channel_manager.cc b/content/renderer/browser_plugin/old/browser_plugin_channel_manager.cc |
index cf73ee7b4fff9a1d7bc371be25c818d8af05f599..6caed266866a6dc17c669c1bd5745fda1d6a1279 100644 |
--- a/content/renderer/browser_plugin/old/browser_plugin_channel_manager.cc |
+++ b/content/renderer/browser_plugin/old/browser_plugin_channel_manager.cc |
@@ -17,6 +17,7 @@ |
using webkit_glue::WebPreferences; |
namespace content { |
+namespace old { |
BrowserPluginChannelManager::BrowserPluginChannelManager() { |
} |
@@ -151,4 +152,5 @@ void BrowserPluginChannelManager::OnAdvanceFocus(int instance_id, |
browser_plugin->AdvanceFocus(reverse); |
} |
+} // namespace old |
} // namespace content |