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 |