| 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 3edd0b565a9c6d4d7ea999788682428dea519291..40f8fd4287e683fc3be7ecdddfd696c2b4343ab9 100644
|
| --- a/chrome/browser/extensions/api/tabs/ash_panel_contents.h
|
| +++ b/chrome/browser/extensions/api/tabs/ash_panel_contents.h
|
| @@ -8,7 +8,6 @@
|
| #include <vector>
|
|
|
| #include "apps/app_window.h"
|
| -#include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/ui/ash/launcher/launcher_favicon_loader.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
| @@ -42,7 +41,7 @@ class AshPanelContents
|
| // apps::AppWindowContents
|
| virtual void Initialize(content::BrowserContext* context,
|
| const GURL& url) OVERRIDE;
|
| - virtual void LoadContents(int32 creator_process_id) OVERRIDE;
|
| + virtual void LoadContents() OVERRIDE;
|
| virtual void NativeWindowChanged(apps::NativeAppWindow* native_app_window)
|
| OVERRIDE;
|
| virtual void NativeWindowClosed() OVERRIDE;
|
|
|