Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / system / tray / tray_bar_button_with_title.h
index 8b63d4f..626a14a 100644 (file)
@@ -14,7 +14,6 @@ class Label;
 }
 
 namespace ash {
-namespace internal {
 
 // A button with a bar image and title text below the bar image. These buttons
 // will be used in audio and brightness control UI, which can be toggled with
@@ -43,7 +42,6 @@ class TrayBarButtonWithTitle : public views::CustomButton {
   DISALLOW_COPY_AND_ASSIGN(TrayBarButtonWithTitle);
 };
 
-}  // namespace internal
 }  // namespace ash
 
 #endif  // ASH_SYSTEM_TRAY_TRAY_BAR_BUTTON_WITH_TITLE_H_