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/extensions/app_notify_channel_setup.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/browser/extensions/app_notify_channel_setup.cc') diff --git a/chrome/browser/extensions/app_notify_channel_setup.cc b/chrome/browser/extensions/app_notify_channel_setup.cc index e990e1a1..c0ec84f 100644 --- a/chrome/browser/extensions/app_notify_channel_setup.cc +++ b/chrome/browser/extensions/app_notify_channel_setup.cc @@ -15,6 +15,8 @@ #include "net/base/escape.h" #include "net/url_request/url_request_status.h" +using content::BrowserThread; + AppNotifyChannelSetup::AppNotifyChannelSetup( Profile* profile, const std::string& client_id, -- cgit v1.1