From 130757671de6d0dc4b54dd3ef11c1b9eb5f039cc Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Wed, 24 Oct 2012 00:26:19 +0000 Subject: Move the remaning files in content\common to the content namespace. Review URL: https://codereview.chromium.org/11235068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163732 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/plugin_process_host_mac.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'content/browser/plugin_process_host_mac.cc') diff --git a/content/browser/plugin_process_host_mac.cc b/content/browser/plugin_process_host_mac.cc index 2638f46..5c7916a 100644 --- a/content/browser/plugin_process_host_mac.cc +++ b/content/browser/plugin_process_host_mac.cc @@ -19,7 +19,7 @@ #include "content/public/browser/child_process_data.h" #include "ui/gfx/rect.h" -using content::BrowserThread; +namespace content { void PluginProcessHost::OnPluginSelectWindow(uint32 window_id, gfx::Rect window_rect, @@ -112,3 +112,5 @@ void PluginProcessHost::OnPluginSetCursorVisibility(bool visible) { visible)); } } + +} // namespace content -- cgit v1.1