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

Unified Diff: chrome/browser/ui/cocoa/profile_menu_controller_unittest.mm

Issue 59883010: This is the fourth CL of several that will eventually replace TokenService with (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change LOG(INFO) to VLOG(1) Created 7 years, 1 month 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/profile_menu_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/profile_menu_controller_unittest.mm b/chrome/browser/ui/cocoa/profile_menu_controller_unittest.mm
index 3d80246647f6f84b0b66b9d60ce2704f5f787f0d..e1540fa69f61640571c5e4edba61ada33c9deedc 100644
--- a/chrome/browser/ui/cocoa/profile_menu_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/profile_menu_controller_unittest.mm
@@ -251,7 +251,8 @@ TEST_F(ProfileMenuControllerTest, ManagedProfile) {
scoped_ptr<PrefServiceSyncable>(),
ASCIIToUTF16("Supervised User"),
0,
- "TEST_ID");
+ "TEST_ID",
+ TestingProfile::TestingFactories());
BrowserList::SetLastActive(browser());
NSMenu* menu = [controller() menu];
« no previous file with comments | « chrome/browser/ui/cocoa/browser/avatar_menu_bubble_controller_unittest.mm ('k') | chrome/test/base/testing_profile_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698