Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(428)

Unified Diff: chrome/browser/automation/automation_provider.h

Issue 8437002: Move BrowserThread to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A few updates. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/automation/automation_provider.h
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
index c082065ab8f30a7b231e5878b238d45fabaf11f8..2ad3b640e2a0828155a487b39d5fb0afe9943ea3 100644
--- a/chrome/browser/automation/automation_provider.h
+++ b/chrome/browser/automation/automation_provider.h
@@ -85,8 +85,8 @@ class AutomationProvider
: public IPC::Channel::Listener,
public IPC::Message::Sender,
public base::SupportsWeakPtr<AutomationProvider>,
- public base::RefCountedThreadSafe<AutomationProvider,
- BrowserThread::DeleteOnUIThread>,
+ public base::RefCountedThreadSafe<
+ AutomationProvider, content::BrowserThread::DeleteOnUIThread>,
public TraceSubscriber {
public:
explicit AutomationProvider(Profile* profile);
@@ -163,7 +163,8 @@ class AutomationProvider
const DownloadItem* download);
protected:
- friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>;
+ friend struct content::BrowserThread::DeleteOnThread<
+ content::BrowserThread::UI>;
friend class DeleteTask<AutomationProvider>;
virtual ~AutomationProvider();
« no previous file with comments | « chrome/browser/autofill/phone_number_i18n_unittest.cc ('k') | chrome/browser/automation/automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698