diff options
Diffstat (limited to 'ash/system/web_notification/web_notification.cc')
-rw-r--r-- | ash/system/web_notification/web_notification.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ash/system/web_notification/web_notification.cc b/ash/system/web_notification/web_notification.cc index 3a60669..9390d18 100644 --- a/ash/system/web_notification/web_notification.cc +++ b/ash/system/web_notification/web_notification.cc @@ -4,8 +4,6 @@ #include "ash/system/web_notification/web_notification.h" -namespace ash { - namespace message_center { WebNotification::WebNotification() : is_read(false), @@ -16,5 +14,3 @@ WebNotification::~WebNotification() { } } // namespace message_center - -} // namespace ash |