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

Unified Diff: ui/display/display_layout.h

Issue 2540313002: Split //ui/display and create //ui/display/manager. (Closed)
Patch Set: Cleanup export header. Created 4 years 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/display_layout.h
diff --git a/ui/display/manager/display_layout.h b/ui/display/display_layout.h
similarity index 96%
rename from ui/display/manager/display_layout.h
rename to ui/display/display_layout.h
index 5e7db099d18cfff98362066599b321e6a00ab422..e9f85f75b95b2824f4c4e8f7f20f035a502b239d 100644
--- a/ui/display/manager/display_layout.h
+++ b/ui/display/display_layout.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 UI_DISPLAY_MANAGER_DISPLAY_LAYOUT_H_
-#define UI_DISPLAY_MANAGER_DISPLAY_LAYOUT_H_
+#ifndef UI_DISPLAY_DISPLAY_LAYOUT_H_
+#define UI_DISPLAY_DISPLAY_LAYOUT_H_
#include <stdint.h>
@@ -130,4 +130,4 @@ class DISPLAY_EXPORT DisplayLayout final {
} // namespace display
-#endif // UI_DISPLAY_MANAGER_DISPLAY_LAYOUT_H_
+#endif // UI_DISPLAY_DISPLAY_LAYOUT_H_
« no previous file with comments | « ui/display/chromeos/x11/native_display_event_dispatcher_x11_unittest.cc ('k') | ui/display/display_layout.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698