| Index: chrome/test/base/test_browser_window.h
|
| diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
|
| index 895871e19c7dbf383875f1a0b7b7424fc7595908..30ea16171b5b445afea49217761c91adcccf103b 100644
|
| --- a/chrome/test/base/test_browser_window.h
|
| +++ b/chrome/test/base/test_browser_window.h
|
| @@ -12,6 +12,10 @@
|
| #include "chrome/browser/ui/browser_window.h"
|
| #include "chrome/test/base/test_location_bar.h"
|
|
|
| +namespace extensions {
|
| +class Extension;
|
| +}
|
| +
|
| // An implementation of BrowserWindow used for testing. TestBrowserWindow only
|
| // contains a valid LocationBar, all other getters return NULL.
|
| // See BrowserWithTestWindowTest for an example of using this class.
|
| @@ -74,7 +78,7 @@ class TestBrowserWindow : public BrowserWindow {
|
| TabContentsWrapper* tab_contents) OVERRIDE {}
|
| virtual void ShowCreateChromeAppShortcutsDialog(
|
| Profile* profile,
|
| - const Extension* app) OVERRIDE {}
|
| + const extensions::Extension* app) OVERRIDE {}
|
|
|
| virtual bool IsBookmarkBarVisible() const OVERRIDE;
|
| virtual bool IsBookmarkBarAnimating() const OVERRIDE;
|
|
|