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

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

Issue 101473003: Do not allow creating dummy notifier id from production, for safety. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 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: 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 c39d16312888996fcc9d9b0ad27f5c43c788ef0b..e443e04cc291fc9e81267632014f5c307e7eb228 100644
--- a/ui/message_center/cocoa/popup_controller_unittest.mm
+++ b/ui/message_center/cocoa/popup_controller_unittest.mm
@@ -11,6 +11,8 @@
#import "ui/base/test/ui_cocoa_test_helper.h"
#include "ui/message_center/notification.h"
+namespace message_center {
+
class PopupControllerTest : public ui::CocoaTest {
};
@@ -41,3 +43,5 @@ TEST_F(PopupControllerTest, Creation) {
[controller showWindow:nil];
[controller close];
}
+
+} // namespace message_center
« no previous file with comments | « ui/message_center/cocoa/popup_collection_unittest.mm ('k') | ui/message_center/cocoa/tray_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698