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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller_unittest.mm

Issue 816403003: 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/ui/cocoa/bookmarks/bookmark_sync_promo_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller_unittest.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller_unittest.mm
index 41614423bce355239106c5430c45c87fddad0dd5..67f59129ef47de8e01a2c64710d63c0dccf4db63 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller_unittest.mm
@@ -25,8 +25,9 @@ class BookmarkSyncPromoControllerTest : public BrowserWithTestWindowTest {
ASSERT_TRUE(profile());
// Adds TestExtensionSystem, since signin uses the gaia auth extension.
static_cast<extensions::TestExtensionSystem*>(
- extensions::ExtensionSystem::Get(profile()))->CreateExtensionService(
- CommandLine::ForCurrentProcess(), base::FilePath(), false);
+ extensions::ExtensionSystem::Get(profile()))
+ ->CreateExtensionService(base::CommandLine::ForCurrentProcess(),
+ base::FilePath(), false);
}
};

Powered by Google App Engine
This is Rietveld 408576698