summaryrefslogtreecommitdiffstats
path: root/ash/display/cursor_window_controller.h
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-03 20:59:28 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-03 20:59:28 +0000
commit093b8d64a16506cf8f2bd77d8b0cc7446065add3 (patch)
treecc28b83de1bb4c9bfba0fc48c004405c97b95441 /ash/display/cursor_window_controller.h
parente95d6cdbc67f44abb6e4254b869d1f704305d559 (diff)
downloadchromium_src-093b8d64a16506cf8f2bd77d8b0cc7446065add3.zip
chromium_src-093b8d64a16506cf8f2bd77d8b0cc7446065add3.tar.gz
chromium_src-093b8d64a16506cf8f2bd77d8b0cc7446065add3.tar.bz2
Eliminate ash::internal namespace
Plus obvious style nit fixes. BUG=None TBR=sky@chromium.org Review URL: https://codereview.chromium.org/224113005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261522 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/display/cursor_window_controller.h')
-rw-r--r--ash/display/cursor_window_controller.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/display/cursor_window_controller.h b/ash/display/cursor_window_controller.h
index fcedced..6e6a709 100644
--- a/ash/display/cursor_window_controller.h
+++ b/ash/display/cursor_window_controller.h
@@ -14,8 +14,6 @@ namespace test{
class MirrorWindowTestApi;
}
-namespace internal {
-
class CursorWindowDelegate;
// Draws a mouse cursor on a given container window.
@@ -84,7 +82,6 @@ class CursorWindowController {
DISALLOW_COPY_AND_ASSIGN(CursorWindowController);
};
-} // namespace internal
} // namespace ash
#endif // ASH_DISPLAY_CURSOR_WINDOW_CONTROLLER_H_