Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / system / tray / throbber_view.cc
index 2c2cc20..c24b291 100644 (file)
@@ -11,8 +11,6 @@
 #include "ui/compositor/scoped_layer_animation_settings.h"
 
 namespace ash {
-namespace internal {
-
 namespace {
 
 // Time in ms per throbber frame.
@@ -106,5 +104,4 @@ void ThrobberView::ScheduleAnimation(bool start_throbber) {
   layer()->SetOpacity(start_throbber ? 1.0 : 0.0);
 }
 
-}  // namespace internal
 }  // namespace ash