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

Unified Diff: chrome/browser/apps/ephemeral_app_service.cc

Issue 819133004: Make callers of CommandLine use it via the base:: namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years 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
Index: chrome/browser/apps/ephemeral_app_service.cc
diff --git a/chrome/browser/apps/ephemeral_app_service.cc b/chrome/browser/apps/ephemeral_app_service.cc
index 36c8cdab4a9c7bc7da5201c26f34d09d6533985e..6eb8da85ba8db0b48dd9f0526d031f13281d0f03 100644
--- a/chrome/browser/apps/ephemeral_app_service.cc
+++ b/chrome/browser/apps/ephemeral_app_service.cc
@@ -190,7 +190,7 @@ void EphemeralAppService::Init() {
apps::AppLifetimeMonitorFactory::GetForProfile(profile_));
// Execute startup clean up tasks (except during tests).
- if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kTestType))
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch(switches::kTestType))
return;
TriggerGarbageCollect(
« no previous file with comments | « chrome/browser/apps/ephemeral_app_launcher_browsertest.cc ('k') | chrome/browser/apps/ephemeral_app_throttle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698