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

Unified Diff: ash/test/display_manager_test_api.cc

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/test/display_manager_test_api.h ('k') | ash/test/overflow_bubble_view_test_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/display_manager_test_api.cc
diff --git a/ash/test/display_manager_test_api.cc b/ash/test/display_manager_test_api.cc
index 794916b31b8b9761ec9068cc479321e88b0351d6..b7c6f4028b47666ad84c0f0cc33e1ad373017ad6 100644
--- a/ash/test/display_manager_test_api.cc
+++ b/ash/test/display_manager_test_api.cc
@@ -16,14 +16,14 @@
namespace ash {
namespace test {
typedef std::vector<gfx::Display> DisplayList;
-typedef internal::DisplayInfo DisplayInfo;
+typedef DisplayInfo DisplayInfo;
typedef std::vector<DisplayInfo> DisplayInfoList;
namespace {
std::vector<DisplayInfo> CreateDisplayInfoListFromString(
const std::string specs,
- internal::DisplayManager* display_manager) {
+ DisplayManager* display_manager) {
std::vector<DisplayInfo> display_info_list;
std::vector<std::string> parts;
base::SplitString(specs, ',', &parts);
@@ -41,10 +41,8 @@ std::vector<DisplayInfo> CreateDisplayInfoListFromString(
} // namespace
-DisplayManagerTestApi::DisplayManagerTestApi(
- internal::DisplayManager* display_manager)
- : display_manager_(display_manager) {
-}
+DisplayManagerTestApi::DisplayManagerTestApi(DisplayManager* display_manager)
+ : display_manager_(display_manager) {}
DisplayManagerTestApi::~DisplayManagerTestApi() {}
« no previous file with comments | « ash/test/display_manager_test_api.h ('k') | ash/test/overflow_bubble_view_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698