summaryrefslogtreecommitdiffstats
path: root/ash/test/shelf_test_api.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/test/shelf_test_api.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/test/shelf_test_api.h')
-rw-r--r--ash/test/shelf_test_api.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ash/test/shelf_test_api.h b/ash/test/shelf_test_api.h
index 48aafda..7c353ab 100644
--- a/ash/test/shelf_test_api.h
+++ b/ash/test/shelf_test_api.h
@@ -11,10 +11,7 @@ namespace ash {
class Shelf;
class ShelfDelegate;
-
-namespace internal {
class ShelfView;
-}
namespace test {
@@ -26,7 +23,7 @@ class ShelfTestAPI {
~ShelfTestAPI();
// An accessor for |shelf_view|.
- internal::ShelfView* shelf_view();
+ ShelfView* shelf_view();
// Set ShelfDelegate.
void SetShelfDelegate(ShelfDelegate* delegate);