| Index: ash/wm/drag_window_controller.h
|
| diff --git a/ash/wm/drag_window_controller.h b/ash/wm/drag_window_controller.h
|
| index 50020a1dfd30bba36d50457071fb99d3d8cf5ae2..c5d8b4bb257b508fe132efb37c5f69d891c9b6ed 100644
|
| --- a/ash/wm/drag_window_controller.h
|
| +++ b/ash/wm/drag_window_controller.h
|
| @@ -26,7 +26,6 @@ class Widget;
|
| }
|
|
|
| namespace ash {
|
| -namespace internal {
|
|
|
| // DragWindowController is responsible for showing a semi-transparent window
|
| // while dragging a window across displays.
|
| @@ -91,7 +90,6 @@ class ASH_EXPORT DragWindowController {
|
| DISALLOW_COPY_AND_ASSIGN(DragWindowController);
|
| };
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|
| #endif // ASH_WM_DRAG_WINDOW_CONTROLLER_H_
|
|
|