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

Unified Diff: ui/message_center/cocoa/tray_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/tray_controller_unittest.mm
diff --git a/ui/message_center/cocoa/tray_controller_unittest.mm b/ui/message_center/cocoa/tray_controller_unittest.mm
index 379c3dea4ffb34c8b0aae6ee01992093a3801dac..516cf8fc5c53da4ca8915d6f7bbdef9495143c89 100644
--- a/ui/message_center/cocoa/tray_controller_unittest.mm
+++ b/ui/message_center/cocoa/tray_controller_unittest.mm
@@ -10,7 +10,7 @@
#include "ui/message_center/message_center.h"
#include "ui/message_center/message_center_tray.h"
-namespace {
+namespace message_center {
class TrayControllerTest : public ui::CocoaTest {
public:
@@ -56,4 +56,4 @@ TEST_F(TrayControllerTest, OpenLeftRight) {
EXPECT_EQ(left_point.x - NSWidth(window_frame), NSMinX(window_frame));
}
-} // namespace
+} // namespace message_center
« no previous file with comments | « ui/message_center/cocoa/popup_controller_unittest.mm ('k') | ui/message_center/cocoa/tray_view_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698