diff options
Diffstat (limited to 'chrome/browser/extensions/extension_function.h')
-rw-r--r-- | chrome/browser/extensions/extension_function.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_function.h b/chrome/browser/extensions/extension_function.h index 3ab5139..7e3cd3a 100644 --- a/chrome/browser/extensions/extension_function.h +++ b/chrome/browser/extensions/extension_function.h @@ -225,7 +225,8 @@ class UIThreadExtensionFunction : public ExtensionFunction { } protected: - friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>; + friend struct content::BrowserThread::DeleteOnThread< + content::BrowserThread::UI>; friend class DeleteTask<UIThreadExtensionFunction>; virtual ~UIThreadExtensionFunction(); @@ -314,7 +315,8 @@ class IOThreadExtensionFunction : public ExtensionFunction { } protected: - friend struct BrowserThread::DeleteOnThread<BrowserThread::IO>; + friend struct content::BrowserThread::DeleteOnThread< + content::BrowserThread::IO>; friend class DeleteTask<IOThreadExtensionFunction>; virtual ~IOThreadExtensionFunction(); |