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

Unified Diff: chrome/browser/extensions/bundle_installer.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/extensions/bundle_installer.cc
diff --git a/chrome/browser/extensions/bundle_installer.cc b/chrome/browser/extensions/bundle_installer.cc
index d4922291d7269777a3fa7ecbecf4d23714d967a9..b29fb5315819e8695a4b25dc6c20b56d090dcd76 100644
--- a/chrome/browser/extensions/bundle_installer.cc
+++ b/chrome/browser/extensions/bundle_installer.cc
@@ -95,7 +95,7 @@ const int kHeadingIds[3][4] = {
// static
void BundleInstaller::SetAutoApproveForTesting(bool auto_approve) {
- CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kTestType));
+ CHECK(base::CommandLine::ForCurrentProcess()->HasSwitch(switches::kTestType));
g_auto_approve_for_test = auto_approve ? PROCEED : ABORT;
}
« no previous file with comments | « chrome/browser/extensions/background_app_browsertest.cc ('k') | chrome/browser/extensions/chrome_app_api_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698