Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / wm / screen_dimmer.cc
index 4b4335e..b570c2d 100644 (file)
@@ -13,8 +13,6 @@
 #include "ui/gfx/size.h"
 
 namespace ash {
-namespace internal {
-
 namespace {
 
 // Opacity for |dimming_layer_| when it's dimming the screen.
@@ -65,5 +63,4 @@ void ScreenDimmer::OnWindowBoundsChanged(aura::Window* root,
     dimming_layer_->SetBounds(gfx::Rect(root->bounds().size()));
 }
 
-}  // namespace internal
 }  // namespace ash