Index: apps/shell/browser/shell_apps_client.cc |
diff --git a/apps/shell/browser/shell_apps_client.cc b/apps/shell/browser/shell_apps_client.cc |
index c7d877e1a6282d04905aaa2b579e25921914f202..40b27baefcb592fdf2f4cbddb0b656b21d34746e 100644 |
--- a/apps/shell/browser/shell_apps_client.cc |
+++ b/apps/shell/browser/shell_apps_client.cc |
@@ -33,8 +33,8 @@ AppWindow* ShellAppsClient::CreateAppWindow( |
return new AppWindow(context, new ShellAppWindowDelegate, extension); |
} |
-void ShellAppsClient::StartKeepAlive() {} |
+void ShellAppsClient::IncrementKeepAliveCount() {} |
-void ShellAppsClient::EndKeepAlive() {} |
+void ShellAppsClient::DecrementKeepAliveCount() {} |
} // namespace apps |