Index: ash/system/locale/locale_notification_controller.cc |
diff --git a/ash/system/locale/locale_notification_controller.cc b/ash/system/locale/locale_notification_controller.cc |
index 419baafb404d1f4929bd89c50930408484c554de..281b735caa6a5a1b2323c2eccf6709c7d0bfd793 100644 |
--- a/ash/system/locale/locale_notification_controller.cc |
+++ b/ash/system/locale/locale_notification_controller.cc |
@@ -20,7 +20,6 @@ |
using message_center::Notification; |
namespace ash { |
-namespace internal { |
namespace { |
const char kLocaleChangeNotificationId[] = "chrome://settings/locale"; |
@@ -125,5 +124,4 @@ void LocaleNotificationController::OnLocaleChanged( |
message_center::MessageCenter::Get()->AddNotification(notification.Pass()); |
} |
-} // namespace internal |
} // namespace ash |