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

Unified Diff: ui/message_center/cocoa/popup_controller_unittest.mm

Issue 15582004: Move NotificationDelegate into message_center. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Win browsertests. Created 7 years, 7 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: ui/message_center/cocoa/popup_controller_unittest.mm
diff --git a/ui/message_center/cocoa/popup_controller_unittest.mm b/ui/message_center/cocoa/popup_controller_unittest.mm
index 1ac3058a6d0b688ce9af3489353cacba2cf10e4c..61e33de8bd0a4790b17a24d5f32af854380cef94 100644
--- a/ui/message_center/cocoa/popup_controller_unittest.mm
+++ b/ui/message_center/cocoa/popup_controller_unittest.mm
@@ -23,6 +23,7 @@ TEST_F(PopupControllerTest, Creation) {
ASCIIToUTF16("Jonathan and 5 others"),
string16(),
std::string(),
+ NULL,
NULL));
scoped_nsobject<MCPopupController> controller(

Powered by Google App Engine
This is Rietveld 408576698