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

Unified Diff: chrome/browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm

Issue 2636473003: [Mac] Update the Text Color for the Avatar Button (Closed)
Patch Set: Fixed tests Created 3 years, 11 months 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/profiles/avatar_button_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm b/chrome/browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm
index 8e7d6d3abc3e4d060edd9372135010e0fd2a131f..a3f702c623514cd0edcc42759aff9278f8e9f898 100644
--- a/chrome/browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm
@@ -38,7 +38,7 @@ class AvatarButtonControllerTest : public CocoaProfileTest {
ASSERT_TRUE(browser());
controller_.reset(
- [[AvatarButtonController alloc] initWithBrowser:browser()]);
+ [[AvatarButtonController alloc] initWithBrowser:browser() window:nil]);
}
void TearDown() override {

Powered by Google App Engine
This is Rietveld 408576698