| Index: chrome/browser/automation/automation_provider_observers.h
|
| diff --git a/chrome/browser/automation/automation_provider_observers.h b/chrome/browser/automation/automation_provider_observers.h
|
| index d8e0d56d9b5f5561bc8f399aabefb6240536d668..0e88d83deee46a644c7358bdbda42a9029cda85a 100644
|
| --- a/chrome/browser/automation/automation_provider_observers.h
|
| +++ b/chrome/browser/automation/automation_provider_observers.h
|
| @@ -56,7 +56,6 @@
|
| class AutomationProvider;
|
| class BalloonCollection;
|
| class Browser;
|
| -class Extension;
|
| class ExtensionProcessManager;
|
| class ExtensionService;
|
| class InfoBarTabHelper;
|
| @@ -81,6 +80,10 @@ class RenderViewHost;
|
| class WebContents;
|
| }
|
|
|
| +namespace extensions {
|
| +class Extension;
|
| +}
|
| +
|
| namespace history {
|
| class TopSites;
|
| }
|
| @@ -364,7 +367,7 @@ class ExtensionReadyNotificationObserver
|
| ExtensionService* service_;
|
| base::WeakPtr<AutomationProvider> automation_;
|
| scoped_ptr<IPC::Message> reply_message_;
|
| - const Extension* extension_;
|
| + const extensions::Extension* extension_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ExtensionReadyNotificationObserver);
|
| };
|
|
|