| Index: ash/wm/workspace/phantom_window_controller.cc
|
| diff --git a/ash/wm/workspace/phantom_window_controller.cc b/ash/wm/workspace/phantom_window_controller.cc
|
| index f56575b518db63ddd86cd6e66fcd8495a15d7e19..ba954231c787b07f1640ced066a8068620e191a4 100644
|
| --- a/ash/wm/workspace/phantom_window_controller.cc
|
| +++ b/ash/wm/workspace/phantom_window_controller.cc
|
| @@ -24,8 +24,6 @@
|
| #include "ui/views/widget/widget.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
| -
|
| namespace {
|
|
|
| // The duration of the show animation.
|
| @@ -289,5 +287,4 @@ scoped_ptr<views::Widget> PhantomWindowController::CreatePhantomWidget(
|
| return phantom_widget.Pass();
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|