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; |
} |