Index: ash/system/tray/tray_popup_header_button.cc |
diff --git a/ash/system/tray/tray_popup_header_button.cc b/ash/system/tray/tray_popup_header_button.cc |
index d19cbc54823d410ed188b2be0245d6a736710a43..50c135620afc268e20d0f159c063beebc790a487 100644 |
--- a/ash/system/tray/tray_popup_header_button.cc |
+++ b/ash/system/tray/tray_popup_header_button.cc |
@@ -11,7 +11,6 @@ |
#include "ui/views/painter.h" |
namespace ash { |
-namespace internal { |
// static |
const char TrayPopupHeaderButton::kViewClassName[] = |
@@ -66,5 +65,4 @@ void TrayPopupHeaderButton::StateChanged() { |
SchedulePaint(); |
} |
-} // namespace internal |
} // namespace ash |