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

Unified Diff: ui/display/display_layout_builder.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
« no previous file with comments | « ui/display/display_layout.cc ('k') | ui/display/display_layout_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/display_layout_builder.h
diff --git a/ui/display/manager/display_layout_builder.h b/ui/display/display_layout_builder.h
similarity index 84%
rename from ui/display/manager/display_layout_builder.h
rename to ui/display/display_layout_builder.h
index b93683e39a5763625b1ddc73768d5c5132d84d97..ecd685a2732a7268d09041bf95d2d424bad45af3 100644
--- a/ui/display/manager/display_layout_builder.h
+++ b/ui/display/display_layout_builder.h
@@ -2,14 +2,14 @@
// 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_BUILDER_H_
-#define UI_DISPLAY_MANAGER_DISPLAY_LAYOUT_BUILDER_H_
+#ifndef UI_DISPLAY_DISPLAY_LAYOUT_BUILDER_H_
+#define UI_DISPLAY_DISPLAY_LAYOUT_BUILDER_H_
#include <memory>
#include "base/macros.h"
#include "ui/display/display_export.h"
-#include "ui/display/manager/display_layout.h"
+#include "ui/display/display_layout.h"
namespace display {
@@ -39,8 +39,7 @@ class DISPLAY_EXPORT DisplayLayoutBuilder final {
int offset);
// Adds a display placement.
- DisplayLayoutBuilder& AddDisplayPlacement(
- const DisplayPlacement& placement);
+ DisplayLayoutBuilder& AddDisplayPlacement(const DisplayPlacement& placement);
// Sets the display placement for the secondary display.
DisplayLayoutBuilder& SetSecondaryPlacement(
@@ -59,4 +58,4 @@ class DISPLAY_EXPORT DisplayLayoutBuilder final {
} // namespace display
-#endif // UI_DISPLAY_MANAGER_DISPLAY_LAYOUT_BUILDER_H_
+#endif // UI_DISPLAY_DISPLAY_LAYOUT_BUILDER_H_
« no previous file with comments | « ui/display/display_layout.cc ('k') | ui/display/display_layout_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698