diff options
Diffstat (limited to 'content/browser/utility_process_host.cc')
-rw-r--r-- | content/browser/utility_process_host.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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() { } |