Index: chrome/browser/extensions/api/tabs/ash_panel_contents.h |
diff --git a/chrome/browser/extensions/api/tabs/ash_panel_contents.h b/chrome/browser/extensions/api/tabs/ash_panel_contents.h |
index 4f799713cc2c8e34b954f6913984e910dfa8abc3..0ccc9c9f87696b3646ddae70debe6e48708d782b 100644 |
--- a/chrome/browser/extensions/api/tabs/ash_panel_contents.h |
+++ b/chrome/browser/extensions/api/tabs/ash_panel_contents.h |
@@ -41,7 +41,8 @@ class AshPanelContents : public apps::ShellWindowContents, |
// apps::ShellWindowContents |
virtual void Initialize(Profile* profile, const GURL& url) OVERRIDE; |
virtual void LoadContents(int32 creator_process_id) OVERRIDE; |
- virtual void NativeWindowChanged(NativeAppWindow* native_app_window) OVERRIDE; |
+ virtual void NativeWindowChanged(apps::NativeAppWindow* native_app_window) |
+ OVERRIDE; |
virtual void NativeWindowClosed() OVERRIDE; |
virtual content::WebContents* GetWebContents() const OVERRIDE; |