Index: ash/wm/window_modality_controller.h |
=================================================================== |
--- ash/wm/window_modality_controller.h (revision 170295) |
+++ ash/wm/window_modality_controller.h (working copy) |
@@ -19,8 +19,6 @@ |
namespace ash { |
-namespace wm { |
- |
// Sets the modal parent for the child. |
ASH_EXPORT void SetModalParent(aura::Window* child, aura::Window* parent); |
@@ -28,8 +26,6 @@ |
// have any modal transient children. |
ASH_EXPORT aura::Window* GetModalTransient(aura::Window* window); |
-} |
- |
namespace internal { |
// WindowModalityController is an event filter that consumes events sent to |