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

Unified Diff: services/ui/display/platform_screen_ozone.h

Issue 2317073003: Rename PlatformScreen implementations. (Closed)
Patch Set: Fix tests. Created 4 years, 3 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.cc ('k') | services/ui/display/platform_screen_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/platform_screen_ozone.h
diff --git a/services/ui/display/platform_screen_impl_ozone.h b/services/ui/display/platform_screen_ozone.h
similarity index 86%
rename from services/ui/display/platform_screen_impl_ozone.h
rename to services/ui/display/platform_screen_ozone.h
index 2df9c8cfe35c83d1151d9dddff4b4f44f1bda1ce..0d742821830fa46584327f88db0560387470ee61 100644
--- a/services/ui/display/platform_screen_impl_ozone.h
+++ b/services/ui/display/platform_screen_ozone.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SERVICES_UI_DISPLAY_PLATFORM_SCREEN_IMPL_OZONE_H_
-#define SERVICES_UI_DISPLAY_PLATFORM_SCREEN_IMPL_OZONE_H_
+#ifndef SERVICES_UI_DISPLAY_PLATFORM_SCREEN_OZONE_H_
+#define SERVICES_UI_DISPLAY_PLATFORM_SCREEN_OZONE_H_
#include <stdint.h>
@@ -18,13 +18,13 @@
namespace display {
-// PlatformScreenImplOzone provides the necessary functionality to configure all
+// PlatformScreenOzone provides the necessary functionality to configure all
// attached physical displays on the ozone platform.
-class PlatformScreenImplOzone : public PlatformScreen,
- public ui::DisplayConfigurator::Observer {
+class PlatformScreenOzone : public PlatformScreen,
+ public ui::DisplayConfigurator::Observer {
public:
- PlatformScreenImplOzone();
- ~PlatformScreenImplOzone() override;
+ PlatformScreenOzone();
+ ~PlatformScreenOzone() override;
// PlatformScreen:
void Init(PlatformScreenDelegate* delegate) override;
@@ -92,9 +92,9 @@ class PlatformScreenImplOzone : public PlatformScreen,
std::vector<DisplayInfo> cached_displays_;
gfx::Point next_display_origin_;
- DISALLOW_COPY_AND_ASSIGN(PlatformScreenImplOzone);
+ DISALLOW_COPY_AND_ASSIGN(PlatformScreenOzone);
};
} // namespace display
-#endif // SERVICES_UI_DISPLAY_PLATFORM_SCREEN_IMPL_OZONE_H_
+#endif // SERVICES_UI_DISPLAY_PLATFORM_SCREEN_OZONE_H_
« no previous file with comments | « services/ui/display/platform_screen_impl_ozone.cc ('k') | services/ui/display/platform_screen_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698