Index: ash/wm/dock/docked_window_layout_manager_observer.h |
diff --git a/ash/wm/dock/docked_window_layout_manager_observer.h b/ash/wm/dock/docked_window_layout_manager_observer.h |
index f5297533c9fee7f2e4f7fbe4bb7918898b18573d..69839d18895bdf01e5d91bf1c76f4cede8286873 100644 |
--- a/ash/wm/dock/docked_window_layout_manager_observer.h |
+++ b/ash/wm/dock/docked_window_layout_manager_observer.h |
@@ -12,7 +12,6 @@ class Rect; |
} |
namespace ash { |
-namespace internal { |
// Observers to the DockedWindowLayoutManager are notified of significant |
// events that occur with the docked windows, such as the bounds change. |
@@ -35,7 +34,6 @@ class ASH_EXPORT DockedWindowLayoutManagerObserver { |
virtual ~DockedWindowLayoutManagerObserver() {} |
}; |
-} // namespace internal |
} // namespace ash |
#endif // UI_DOCK_DOCKED_WINDOW_LAYOUT_MANAGER_OBSERVER_H_ |