Index: apps/shell/browser/shell_apps_client.h |
diff --git a/apps/shell/browser/shell_apps_client.h b/apps/shell/browser/shell_apps_client.h |
index df96dbe20e5643faa07139bad792007681c52cfb..c374cd7d07293674612a93752a2c0934cb89fa25 100644 |
--- a/apps/shell/browser/shell_apps_client.h |
+++ b/apps/shell/browser/shell_apps_client.h |
@@ -31,8 +31,8 @@ class ShellAppsClient : public AppsClient { |
virtual 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; |
content::BrowserContext* browser_context_; |