Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4942)

Unified Diff: apps/app_keep_alive_service_unittest.cc

Issue 176363002: Rename Start/EndKeepAlive to Increment/DecrementKeepAliveCount (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (rename_keep_alive) Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apps/app_keep_alive_service.cc ('k') | apps/app_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_keep_alive_service_unittest.cc
diff --git a/apps/app_keep_alive_service_unittest.cc b/apps/app_keep_alive_service_unittest.cc
index 9f08d76ef3983210181ed67edd801230cf9b0afa..1e4074c515a18d4f5965bd08a2b2e8a674805189 100644
--- a/apps/app_keep_alive_service_unittest.cc
+++ b/apps/app_keep_alive_service_unittest.cc
@@ -19,7 +19,7 @@ class AppKeepAliveServiceUnitTest : public testing::Test {
virtual void TearDown() OVERRIDE {
while (chrome::WillKeepAlive())
- chrome::EndKeepAlive();
+ chrome::DecrementKeepAliveCount();
testing::Test::TearDown();
}
« no previous file with comments | « apps/app_keep_alive_service.cc ('k') | apps/app_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698