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

Unified Diff: chrome/browser/extensions/updater/extension_updater_unittest.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
« no previous file with comments | « chrome/browser/extensions/test_extension_system.cc ('k') | chrome/browser/extensions/webstore_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/updater/extension_updater_unittest.cc
diff --git a/chrome/browser/extensions/updater/extension_updater_unittest.cc b/chrome/browser/extensions/updater/extension_updater_unittest.cc
index 52b8f44914193dd00822887e495b1b22b77e2aca..ff6d8081a239fee0bbadf9ec2a57de985d50f7d2 100644
--- a/chrome/browser/extensions/updater/extension_updater_unittest.cc
+++ b/chrome/browser/extensions/updater/extension_updater_unittest.cc
@@ -1489,12 +1489,9 @@ class ExtensionUpdaterTest : public testing::Test {
// service, not on our mock |service|. This allows us to fake
// the CrxInstaller actions we want.
TestingProfile profile;
- static_cast<TestExtensionSystem*>(
- ExtensionSystem::Get(&profile))->
- CreateExtensionService(
- CommandLine::ForCurrentProcess(),
- base::FilePath(),
- false);
+ static_cast<TestExtensionSystem*>(ExtensionSystem::Get(&profile))
+ ->CreateExtensionService(base::CommandLine::ForCurrentProcess(),
+ base::FilePath(), false);
ExtensionService* extension_service =
ExtensionSystem::Get(&profile)->extension_service();
extension_service->set_extensions_enabled(true);
« no previous file with comments | « chrome/browser/extensions/test_extension_system.cc ('k') | chrome/browser/extensions/webstore_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698