| Index: chrome/browser/apps/chrome_apps_client.h
|
| diff --git a/chrome/browser/apps/chrome_apps_client.h b/chrome/browser/apps/chrome_apps_client.h
|
| index e3e72115b787ccd14207ba5321c577d78b8da651..a3d402a00dd21f8bd3d392e896221a5cb5bf27ac 100644
|
| --- a/chrome/browser/apps/chrome_apps_client.h
|
| +++ b/chrome/browser/apps/chrome_apps_client.h
|
| @@ -31,8 +31,8 @@ class ChromeAppsClient : public apps::AppsClient {
|
| virtual apps::AppWindow* CreateAppWindow(
|
| content::BrowserContext* context,
|
| const extensions::Extension* extension) OVERRIDE;
|
| - virtual void StartKeepAlive() OVERRIDE;
|
| - virtual void EndKeepAlive() OVERRIDE;
|
| + virtual void IncrementKeepAliveCount() OVERRIDE;
|
| + virtual void DecrementKeepAliveCount() OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChromeAppsClient);
|
| };
|
|
|