From 631bb742a2798549af691af7357236ce0899b4cb Mon Sep 17 00:00:00 2001 From: "joi@chromium.org" Date: Wed, 2 Nov 2011 11:29:39 +0000 Subject: Move BrowserThread to content namespace. TBR=owners BUG=98716 Review URL: http://codereview.chromium.org/8437002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108270 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/utility_process_host.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/browser/utility_process_host.cc') diff --git a/content/browser/utility_process_host.cc b/content/browser/utility_process_host.cc index 51f3abd..f34a22f 100644 --- a/content/browser/utility_process_host.cc +++ b/content/browser/utility_process_host.cc @@ -14,6 +14,8 @@ #include "ui/base/ui_base_switches.h" #include "webkit/plugins/plugin_switches.h" +using content::BrowserThread; + UtilityProcessHost::Client::Client() { } -- cgit v1.1