Index: apps/app_keep_alive_service.h |
diff --git a/apps/app_keep_alive_service.h b/apps/app_keep_alive_service.h |
index 563a953f59267b7fc37f74dabaa4249b3213d5a3..d3fecf9755ee29f1ad55c21b76ebe2c00fc5b98d 100644 |
--- a/apps/app_keep_alive_service.h |
+++ b/apps/app_keep_alive_service.h |
@@ -29,6 +29,7 @@ class AppKeepAliveService : public BrowserContextKeyedService, |
private: |
content::BrowserContext* context_; |
std::set<std::string> running_apps_; |
+ bool shut_down_; |
DISALLOW_COPY_AND_ASSIGN(AppKeepAliveService); |
}; |