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 --- chrome/browser/shell_integration.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/browser/shell_integration.cc') diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc index 461e49f..fe900e4 100644 --- a/chrome/browser/shell_integration.cc +++ b/chrome/browser/shell_integration.cc @@ -16,6 +16,8 @@ #include "chrome/common/pref_names.h" #include "content/public/browser/browser_thread.h" +using content::BrowserThread; + bool ShellIntegration::CanSetAsDefaultProtocolClient() { // Allowed as long as the browser can become the operating system default // browser. -- cgit v1.1