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

Unified Diff: ui/display/manager/chromeos/display_layout_manager.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/manager/chromeos/display_layout_manager.h
diff --git a/ui/display/chromeos/display_layout_manager.h b/ui/display/manager/chromeos/display_layout_manager.h
similarity index 86%
rename from ui/display/chromeos/display_layout_manager.h
rename to ui/display/manager/chromeos/display_layout_manager.h
index 068f118f0345df7d3ee770e80fb31fbb6d624fcc..f99bb65feed7f686de29e599112f2bf0781ee39d 100644
--- a/ui/display/chromeos/display_layout_manager.h
+++ b/ui/display/manager/chromeos/display_layout_manager.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_DISPLAY_CHROMEOS_DISPLAY_LAYOUT_MANAGER_H_
-#define UI_DISPLAY_CHROMEOS_DISPLAY_LAYOUT_MANAGER_H_
+#ifndef UI_DISPLAY_MANAGER_CHROMEOS_DISPLAY_LAYOUT_MANAGER_H_
+#define UI_DISPLAY_MANAGER_CHROMEOS_DISPLAY_LAYOUT_MANAGER_H_
#include <vector>
#include "third_party/cros_system_api/dbus/service_constants.h"
-#include "ui/display/chromeos/display_configurator.h"
+#include "ui/display/manager/chromeos/display_configurator.h"
#include "ui/display/types/display_constants.h"
namespace ui {
@@ -48,4 +48,4 @@ class DisplayLayoutManager {
} // namespace ui
-#endif // UI_DISPLAY_CHROMEOS_DISPLAY_LAYOUT_MANAGER_H_
+#endif // UI_DISPLAY_MANAGER_CHROMEOS_DISPLAY_LAYOUT_MANAGER_H_
« no previous file with comments | « ui/display/manager/chromeos/display_configurator_unittest.cc ('k') | ui/display/manager/chromeos/display_snapshot_virtual.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698