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

Unified Diff: ash/system/chromeos/managed/tray_locally_managed_user.cc

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
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

Powered by Google App Engine
This is Rietveld 408576698