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

Unified Diff: ash/display/json_converter.h

Issue 1838833002: Move DisplayLayout and DisplayLayoutBuilder From ash To ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screenwinmove
Patch Set: Fix comment Created 4 years, 8 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 | « ash/display/extended_mouse_warp_controller_unittest.cc ('k') | ash/display/json_converter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/json_converter.h
diff --git a/ash/display/json_converter.h b/ash/display/json_converter.h
index 4c88eb0f5fe5ecac537742827d7b23055ed520ae..0125f23ac412a825966c873401c9215bd763fc7a 100644
--- a/ash/display/json_converter.h
+++ b/ash/display/json_converter.h
@@ -11,14 +11,16 @@ namespace base {
class Value;
}
-namespace ash {
-
+namespace display {
class DisplayLayout;
+}
+
+namespace ash {
ASH_EXPORT bool JsonToDisplayLayout(const base::Value& value,
- DisplayLayout* layout);
+ display::DisplayLayout* layout);
-ASH_EXPORT bool DisplayLayoutToJson(const DisplayLayout& layout,
+ASH_EXPORT bool DisplayLayoutToJson(const display::DisplayLayout& layout,
base::Value* value);
} // namespace ash
« no previous file with comments | « ash/display/extended_mouse_warp_controller_unittest.cc ('k') | ash/display/json_converter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698