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

Unified Diff: services/ui/display/platform_screen_impl_ozone.cc

Issue 2128333002: Move PlatformSceen to services/ui/display. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « services/ui/display/platform_screen_impl_ozone.h ('k') | services/ui/service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/platform_screen_impl_ozone.cc
diff --git a/services/ui/ws/platform_screen_impl_ozone.cc b/services/ui/display/platform_screen_impl_ozone.cc
similarity index 96%
rename from services/ui/ws/platform_screen_impl_ozone.cc
rename to services/ui/display/platform_screen_impl_ozone.cc
index 498b3606f07833129f93086ad268c12e9e1a8ad2..5f36de6395020f1a18528a57922f0ecbcb6b6068 100644
--- a/services/ui/ws/platform_screen_impl_ozone.cc
+++ b/services/ui/display/platform_screen_impl_ozone.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_ozone.h"
+#include "services/ui/display/platform_screen_impl_ozone.h"
#include "base/memory/ptr_util.h"
#include "base/sys_info.h"
@@ -16,7 +16,7 @@
namespace ui {
-namespace ws {
+namespace display {
namespace {
// TODO(rjkroege): Remove this code once ozone headless has the same
@@ -92,5 +92,5 @@ void PlatformScreenImplOzone::OnDisplayModeChangeFailed(
callback_.Reset();
}
-} // namespace ws
+} // namespace display
} // namespace ui
« no previous file with comments | « services/ui/display/platform_screen_impl_ozone.h ('k') | services/ui/service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698