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

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

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
« no previous file with comments | « ash/system/chromeos/label_tray_view.cc ('k') | ash/system/chromeos/managed/tray_locally_managed_user.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/managed/tray_locally_managed_user.h
diff --git a/ash/system/chromeos/managed/tray_locally_managed_user.h b/ash/system/chromeos/managed/tray_locally_managed_user.h
index a508ec39e66306ed47cb630c6ce7e2a2e8ec3f9a..666530b3d85ca04c31d0707ffc4c98f091f78e4d 100644
--- a/ash/system/chromeos/managed/tray_locally_managed_user.h
+++ b/ash/system/chromeos/managed/tray_locally_managed_user.h
@@ -11,11 +11,8 @@
#include "base/strings/string16.h"
namespace ash {
-class SystemTray;
-
-namespace internal {
-
class LabelTrayView;
+class SystemTray;
class ASH_EXPORT TrayLocallyManagedUser : public SystemTrayItem,
public ViewClickListener {
@@ -49,7 +46,6 @@ class ASH_EXPORT TrayLocallyManagedUser : public SystemTrayItem,
DISALLOW_COPY_AND_ASSIGN(TrayLocallyManagedUser);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SYSTEM_CHROMEOS_LOCALLY_MANAGED_TRAY_LOCALLY_MANAGED_USER_H
« no previous file with comments | « ash/system/chromeos/label_tray_view.cc ('k') | ash/system/chromeos/managed/tray_locally_managed_user.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698