| Index: ash/wm/screen_dimmer.h
|
| diff --git a/ash/wm/screen_dimmer.h b/ash/wm/screen_dimmer.h
|
| index abbb0a5b1abbd98c0339e6f043e2ce96fbad569f..1d6e205d887b7217614356051d12695197ce5f95 100644
|
| --- a/ash/wm/screen_dimmer.h
|
| +++ b/ash/wm/screen_dimmer.h
|
| @@ -16,7 +16,6 @@ class Layer;
|
| }
|
|
|
| namespace ash {
|
| -namespace internal {
|
|
|
| // ScreenDimmer displays a partially-opaque layer above everything
|
| // else in the root window to darken the display. It shouldn't be used
|
| @@ -65,7 +64,6 @@ class ASH_EXPORT ScreenDimmer : public aura::WindowObserver {
|
| DISALLOW_COPY_AND_ASSIGN(ScreenDimmer);
|
| };
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|
| #endif // ASH_WM_SCREEN_DIMMER_H_
|
|
|