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

Unified Diff: ui/display/manager/display_manager_utilities.h

Issue 2314203002: Move DisplayList to display; add ScreenBase. (Closed)
Patch Set: 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
Index: ui/display/manager/display_manager_utilities.h
diff --git a/ui/display/manager/display_manager_utilities.h b/ui/display/manager/display_manager_utilities.h
index 15911d6a5810b7e37ea1ff193b1536f7b0d52af4..cf652b3c5a1cf8dfab4ad8848b633f531fd8c85d 100644
--- a/ui/display/manager/display_manager_utilities.h
+++ b/ui/display/manager/display_manager_utilities.h
@@ -95,7 +95,7 @@ display::DisplayIdList GenerateDisplayIdList(
// Creates sorted display::DisplayIdList.
DISPLAY_EXPORT display::DisplayIdList CreateDisplayIdList(
- const display::DisplayList& list);
+ const display::Displays& list);
DISPLAY_EXPORT std::string DisplayIdListToString(
const display::DisplayIdList& list);

Powered by Google App Engine
This is Rietveld 408576698