| Index: ash/display/cursor_window_controller.cc
|
| diff --git a/ash/display/cursor_window_controller.cc b/ash/display/cursor_window_controller.cc
|
| index abc5175891837a00b1002b06620d5c732a772cb9..d79f5c55eaf4ca329c5e51b4d78265e4c9841c1e 100644
|
| --- a/ash/display/cursor_window_controller.cc
|
| +++ b/ash/display/cursor_window_controller.cc
|
| @@ -22,7 +22,6 @@
|
| #include "ui/gfx/image/image_skia_operations.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
|
|
| class CursorWindowDelegate : public aura::WindowDelegate {
|
| public:
|
| @@ -258,5 +257,4 @@ void CursorWindowController::UpdateCursorImage() {
|
| }
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|