| Index: trunk/src/chrome/browser/extensions/api/tabs/ash_panel_contents.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/extensions/api/tabs/ash_panel_contents.h (revision 215780)
|
| +++ trunk/src/chrome/browser/extensions/api/tabs/ash_panel_contents.h (working copy)
|
| @@ -41,8 +41,7 @@
|
| // apps::ShellWindowContents
|
| virtual void Initialize(Profile* profile, const GURL& url) OVERRIDE;
|
| virtual void LoadContents(int32 creator_process_id) OVERRIDE;
|
| - virtual void NativeWindowChanged(apps::NativeAppWindow* native_app_window)
|
| - OVERRIDE;
|
| + virtual void NativeWindowChanged(NativeAppWindow* native_app_window) OVERRIDE;
|
| virtual void NativeWindowClosed() OVERRIDE;
|
| virtual content::WebContents* GetWebContents() const OVERRIDE;
|
|
|
|
|