Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / system / tray / tray_popup_header_button.h
index 37849bc..054530b 100644 (file)
@@ -11,7 +11,6 @@
 #include "ui/views/controls/button/image_button.h"
 
 namespace ash {
-namespace internal {
 
 // A ToggleImageButton with fixed size, paddings and hover effects. These
 // buttons are used in the header.
@@ -39,7 +38,6 @@ class ASH_EXPORT TrayPopupHeaderButton : public views::ToggleImageButton {
   DISALLOW_COPY_AND_ASSIGN(TrayPopupHeaderButton);
 };
 
-}  // namespace internal
 }  // namespace ash
 
 #endif  // ASH_SYSTEM_TRAY_TRAY_POPUP_HEADER_BUTTON_H_