| Index: chrome/browser/ui/apps/chrome_apps_client.h
|
| diff --git a/chrome/browser/ui/apps/chrome_apps_client.h b/chrome/browser/ui/apps/chrome_apps_client.h
|
| index 1b6ae6e254bbe50867dfc1965dd1f190e787ea85..eabc81dd2a51a28b67aae7df37d77d6e828b2398 100644
|
| --- a/chrome/browser/ui/apps/chrome_apps_client.h
|
| +++ b/chrome/browser/ui/apps/chrome_apps_client.h
|
| @@ -30,14 +30,14 @@ class ChromeAppsClient : public apps::AppsClient {
|
| virtual apps::AppWindow* CreateAppWindow(
|
| content::BrowserContext* context,
|
| const extensions::Extension* extension) OVERRIDE;
|
| - virtual apps::NativeAppWindow* CreateNativeAppWindow(
|
| + virtual extensions::NativeAppWindow* CreateNativeAppWindow(
|
| apps::AppWindow* window,
|
| const apps::AppWindow::CreateParams& params) OVERRIDE;
|
| virtual void IncrementKeepAliveCount() OVERRIDE;
|
| virtual void DecrementKeepAliveCount() OVERRIDE;
|
|
|
| // Implemented in platform specific code.
|
| - static apps::NativeAppWindow* CreateNativeAppWindowImpl(
|
| + static extensions::NativeAppWindow* CreateNativeAppWindowImpl(
|
| apps::AppWindow* window,
|
| const apps::AppWindow::CreateParams& params);
|
|
|
|
|