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