Index: ash/wm/maximize_mode/workspace_backdrop_delegate.h |
diff --git a/ash/wm/maximize_mode/workspace_backdrop_delegate.h b/ash/wm/maximize_mode/workspace_backdrop_delegate.h |
index 02ba3a39730a7151eaaa96df64812bdf54413091..27768ac7e370d1433180513951602d1a54677b6f 100644 |
--- a/ash/wm/maximize_mode/workspace_backdrop_delegate.h |
+++ b/ash/wm/maximize_mode/workspace_backdrop_delegate.h |
@@ -22,8 +22,6 @@ class Widget; |
namespace ash { |
-namespace internal { |
- |
// A background which gets created for a container |window| and which gets |
// stacked behind the topmost window (within that container) covering the |
// entire container. |
@@ -73,8 +71,6 @@ class WorkspaceBackdropDelegate : public aura::WindowObserver, |
DISALLOW_COPY_AND_ASSIGN(WorkspaceBackdropDelegate); |
}; |
-} // namespace internal |
- |
} // namespace ash |
#endif // ASH_WM_MAXIMIZE_MODE_WORKSPACE_BACKDROP_DELEGATE_H_ |