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

Unified Diff: ui/display/manager/chromeos/display_util.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_util.h
diff --git a/ui/display/chromeos/display_util.h b/ui/display/manager/chromeos/display_util.h
similarity index 83%
rename from ui/display/chromeos/display_util.h
rename to ui/display/manager/chromeos/display_util.h
index dc0969897c2cd751e8fcd659201dd9cf2d032637..ff42a574da9c772704fdc44943380099108a81a0 100644
--- a/ui/display/chromeos/display_util.h
+++ b/ui/display/manager/chromeos/display_util.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_CHROMEOS_DISPLAY_UTIL_H_
-#define UI_DISPLAY_CHROMEOS_DISPLAY_UTIL_H_
+#ifndef UI_DISPLAY_MANAGER_CHROMEOS_DISPLAY_UTIL_H_
+#define UI_DISPLAY_MANAGER_CHROMEOS_DISPLAY_UTIL_H_
#include <string>
#include <vector>
#include "third_party/cros_system_api/dbus/service_constants.h"
-#include "ui/display/display_export.h"
+#include "ui/display/manager/display_manager_export.h"
#include "ui/display/types/display_constants.h"
namespace ui {
@@ -25,7 +25,7 @@ std::string MultipleDisplayStateToString(MultipleDisplayState state);
// Returns the number of displays in |displays| that should be turned on, per
// |state|. If |display_power| is non-NULL, it is updated to contain the
// on/off state of each corresponding entry in |displays|.
-int DISPLAY_EXPORT
+int DISPLAY_MANAGER_EXPORT
GetDisplayPower(const std::vector<DisplaySnapshot*>& displays,
chromeos::DisplayPowerState state,
std::vector<bool>* display_power);
@@ -37,4 +37,4 @@ bool IsPhysicalDisplayType(ui::DisplayConnectionType type);
} // namespace ui
-#endif // UI_DISPLAY_CHROMEOS_DISPLAY_UTIL_H_
+#endif // UI_DISPLAY_MANAGER_CHROMEOS_DISPLAY_UTIL_H_
« no previous file with comments | « ui/display/manager/chromeos/display_snapshot_virtual.cc ('k') | ui/display/manager/chromeos/display_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698