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

Unified Diff: ui/display/manager/chromeos/x11/display_util_x11.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/x11/display_util_x11.h
diff --git a/ui/display/chromeos/x11/display_util_x11.h b/ui/display/manager/chromeos/x11/display_util_x11.h
similarity index 56%
rename from ui/display/chromeos/x11/display_util_x11.h
rename to ui/display/manager/chromeos/x11/display_util_x11.h
index 1bc2369e8ff6a9f19ff26bd4ab74ae28136d98f3..c32b16506459e7d12db79a4c90ae3a84bb2c263a 100644
--- a/ui/display/chromeos/x11/display_util_x11.h
+++ b/ui/display/manager/chromeos/x11/display_util_x11.h
@@ -2,12 +2,12 @@
// 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_X11_H_
-#define UI_DISPLAY_CHROMEOS_DISPLAY_UTIL_X11_H_
+#ifndef UI_DISPLAY_MANAGER_CHROMEOS_X11_DISPLAY_UTIL_X11_H_
+#define UI_DISPLAY_MANAGER_CHROMEOS_X11_DISPLAY_UTIL_X11_H_
#include <string>
-#include "ui/display/display_export.h"
+#include "ui/display/manager/display_manager_export.h"
#include "ui/display/types/display_constants.h"
typedef unsigned long XID;
@@ -17,9 +17,9 @@ namespace ui {
// Returns the DisplayConnectionType by matching known type prefixes to |name|.
// Returns DISPLAY_TYPE_UNKNOWN if no valid match.
-DISPLAY_EXPORT DisplayConnectionType
- GetDisplayConnectionTypeFromName(const std::string& name);
+DISPLAY_MANAGER_EXPORT DisplayConnectionType
+GetDisplayConnectionTypeFromName(const std::string& name);
} // namespace ui
-#endif // UI_DISPLAY_CHROMEOS_DISPLAY_UTIL_X11_H_
+#endif // UI_DISPLAY_MANAGER_CHROMEOS_X11_DISPLAY_UTIL_X11_H_
« no previous file with comments | « ui/display/manager/chromeos/x11/display_snapshot_x11.cc ('k') | ui/display/manager/chromeos/x11/display_util_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698