summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/automation/automation_provider.h')
-rw-r--r--chrome/browser/automation/automation_provider.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
index c082065..2ad3b64 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();