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

Unified Diff: ui/message_center/message_center.h

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/message_center.h
diff --git a/ui/message_center/message_center.h b/ui/message_center/message_center.h
index 7ef10d87b4e936b47aa9d8311cce34eb87684b9e..1b6cbae33c1bf7b608db470873c2a3978511ac71 100644
--- a/ui/message_center/message_center.h
+++ b/ui/message_center/message_center.h
@@ -15,8 +15,6 @@
#include "ui/message_center/notification_list.h"
#include "ui/message_center/notification_types.h"
-class TrayViewControllerTest;
-
namespace base {
class DictionaryValue;
}
@@ -167,7 +165,7 @@ class MESSAGE_CENTER_EXPORT MessageCenter {
virtual void RestartPopupTimers() = 0;
protected:
- friend class ::TrayViewControllerTest;
+ friend class TrayViewControllerTest;
friend class test::MessagePopupCollectionTest;
virtual void DisableTimersForTest() = 0;
« no previous file with comments | « ui/message_center/cocoa/tray_view_controller_unittest.mm ('k') | ui/message_center/message_center_tray_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698