Index: ash/system/chromeos/enterprise/tray_enterprise.cc |
diff --git a/ash/system/chromeos/enterprise/tray_enterprise.cc b/ash/system/chromeos/enterprise/tray_enterprise.cc |
index 8fca1c6cb13f42767987110003650310ee4a5205..ecb54e4bfe7ec0adc29b5ad32c92e9f8eba6e2dc 100644 |
--- a/ash/system/chromeos/enterprise/tray_enterprise.cc |
+++ b/ash/system/chromeos/enterprise/tray_enterprise.cc |
@@ -12,7 +12,6 @@ |
#include "grit/ash_resources.h" |
namespace ash { |
-namespace internal { |
TrayEnterprise::TrayEnterprise(SystemTray* system_tray) |
: SystemTrayItem(system_tray), |
@@ -56,5 +55,4 @@ void TrayEnterprise::OnViewClicked(views::View* sender) { |
Shell::GetInstance()->system_tray_delegate()->ShowEnterpriseInfo(); |
} |
-} // namespace internal |
} // namespace ash |