| 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 3c75b0ab9465ba4e3a0b8b2ecfc96bea4c049fbe..56c7e5d73713bada25772bdb563968fc4192da71 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.
|
| @@ -75,7 +79,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;
|
|
|