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

Unified Diff: services/ui/ws/user_display_manager.h

Issue 2274353003: Add PlatformScreenDelegate and start implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More fixes for comments. Created 4 years, 4 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/ws/test_utils.cc ('k') | services/ui/ws/user_display_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/user_display_manager.h
diff --git a/services/ui/ws/user_display_manager.h b/services/ui/ws/user_display_manager.h
index a4a6e4fdfd093cf87648765d7d66c2a2e7dc7f15..82834f39bc6253a93d1659cb68d617fb007d8b4f 100644
--- a/services/ui/ws/user_display_manager.h
+++ b/services/ui/ws/user_display_manager.h
@@ -23,7 +23,7 @@ namespace ws {
class Display;
class DisplayManager;
-class DisplayManagerDelegate;
+class UserDisplayManagerDelegate;
namespace test {
class UserDisplayManagerTestApi;
@@ -33,7 +33,7 @@ class UserDisplayManagerTestApi;
class UserDisplayManager : public mojom::DisplayManager {
public:
UserDisplayManager(ws::DisplayManager* display_manager,
- DisplayManagerDelegate* delegate,
+ UserDisplayManagerDelegate* delegate,
const UserId& user_id);
~UserDisplayManager() override;
@@ -79,7 +79,7 @@ class UserDisplayManager : public mojom::DisplayManager {
ws::DisplayManager* display_manager_;
- DisplayManagerDelegate* delegate_;
+ UserDisplayManagerDelegate* delegate_;
const UserId user_id_;
« no previous file with comments | « services/ui/ws/test_utils.cc ('k') | services/ui/ws/user_display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698