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

Unified Diff: ui/message_center/notification_types.cc

Issue 12277024: Notificaitons refactor step 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more feedback from Steven Created 7 years, 10 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
« no previous file with comments | « ui/message_center/notification_types.h ('k') | ui/message_center/notification_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/notification_types.cc
diff --git a/ui/notifications/notification_types.cc b/ui/message_center/notification_types.cc
similarity index 84%
rename from ui/notifications/notification_types.cc
rename to ui/message_center/notification_types.cc
index cec431efdd12df24626fa9e8d59281720eb4ade5..0cd214060e5c0bd797e93a8294ce84931676e5cb 100644
--- a/ui/notifications/notification_types.cc
+++ b/ui/message_center/notification_types.cc
@@ -2,11 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/notifications/notification_types.h"
+#include "ui/message_center/notification_types.h"
-namespace ui {
-
-namespace notifications {
+namespace message_center {
const char kMessageIntentKey[] = "message_intent";
const char kPriorityKey[] = "priority";
@@ -22,6 +20,4 @@ const char kItemsKey[] = "items";
const char kItemTitleKey[] = "title";
const char kItemMessageKey[] = "message";
-} // namespace notifications
-
-} // namespace ui
+} // namespace message_center
« no previous file with comments | « ui/message_center/notification_types.h ('k') | ui/message_center/notification_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698