Index: services/ui/display/platform_screen_impl.cc |
diff --git a/services/ui/ws/platform_screen_impl.cc b/services/ui/display/platform_screen_impl.cc |
similarity index 91% |
rename from services/ui/ws/platform_screen_impl.cc |
rename to services/ui/display/platform_screen_impl.cc |
index de930db13a648e0cdc81e05b41c471a88b96e9cf..0ad362a53e61c50dc628ff61fcff6ba075f4e54b 100644 |
--- a/services/ui/ws/platform_screen_impl.cc |
+++ b/services/ui/display/platform_screen_impl.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "services/ui/ws/platform_screen_impl.h" |
+#include "services/ui/display/platform_screen_impl.h" |
#include "base/bind.h" |
#include "base/location.h" |
@@ -12,7 +12,7 @@ |
namespace ui { |
-namespace ws { |
+namespace display { |
namespace { |
void FixedSizeScreenConfiguration( |
@@ -39,5 +39,5 @@ void PlatformScreenImpl::ConfigurePhysicalDisplay( |
FROM_HERE, base::Bind(&FixedSizeScreenConfiguration, callback)); |
} |
-} // namespace ws |
+} // namespace display |
} // namespace ui |