Index: ash/system/chromeos/managed/tray_locally_managed_user.cc |
diff --git a/ash/system/chromeos/managed/tray_locally_managed_user.cc b/ash/system/chromeos/managed/tray_locally_managed_user.cc |
index e9f44a5b735f0dd39130fc28e358d8630b2da175..2758879286d4e6f0b6518385a3090f59588e03a2 100644 |
--- a/ash/system/chromeos/managed/tray_locally_managed_user.cc |
+++ b/ash/system/chromeos/managed/tray_locally_managed_user.cc |
@@ -21,7 +21,6 @@ |
using message_center::Notification; |
namespace ash { |
-namespace internal { |
const char TrayLocallyManagedUser::kNotificationId[] = |
"chrome://user/locally-managed"; |
@@ -89,5 +88,4 @@ void TrayLocallyManagedUser::CreateOrUpdateNotification( |
message_center::MessageCenter::Get()->AddNotification(notification.Pass()); |
} |
-} // namespace internal |
-} // namespace ash |
+} // namespace ash |