Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3447)

Unified Diff: ash/test/app_list_controller_test_api.h

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/win/audio/tray_audio_win.cc ('k') | ash/test/ash_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/app_list_controller_test_api.h
diff --git a/ash/test/app_list_controller_test_api.h b/ash/test/app_list_controller_test_api.h
index 4064a7706b36539d4bf63d27d276b568bf90fbb1..733264bacb5c3de574a02663d24d35a09404fedd 100644
--- a/ash/test/app_list_controller_test_api.h
+++ b/ash/test/app_list_controller_test_api.h
@@ -13,10 +13,8 @@ class AppsGridView;
}
namespace ash {
-class Shell;
-namespace internal {
class AppListController;
-}
+class Shell;
namespace test {
@@ -31,7 +29,7 @@ class AppListControllerTestApi {
app_list::AppListView* view();
private:
- internal::AppListController* app_list_controller_; // Not owned.
+ AppListController* app_list_controller_; // Not owned.
DISALLOW_COPY_AND_ASSIGN(AppListControllerTestApi);
};
« no previous file with comments | « ash/system/win/audio/tray_audio_win.cc ('k') | ash/test/ash_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698