Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / system / tray / tray_empty.cc
index 45ecb32..bd2b7a1 100644 (file)
@@ -26,7 +26,6 @@ class EmptyBackground : public views::Background {
 }
 
 namespace ash {
-namespace internal {
 
 TrayEmpty::TrayEmpty(SystemTray* system_tray)
     : SystemTrayItem(system_tray) {
@@ -64,5 +63,4 @@ void TrayEmpty::DestroyDetailedView() {}
 
 void TrayEmpty::UpdateAfterLoginStatusChange(user::LoginStatus status) {}
 
-}  // namespace internal
 }  // namespace ash