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

Unified Diff: ui/display/manager/chromeos/x11/display_util_x11.h

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Rebase. Created 3 years, 11 months 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/manager/chromeos/x11/display_util_x11.h b/ui/display/manager/chromeos/x11/display_util_x11.h
index c32b16506459e7d12db79a4c90ae3a84bb2c263a..69327708f0aa98530f45a8c7070b7bf913eefaf7 100644
--- a/ui/display/manager/chromeos/x11/display_util_x11.h
+++ b/ui/display/manager/chromeos/x11/display_util_x11.h
@@ -13,13 +13,13 @@
typedef unsigned long XID;
typedef XID RROutput;
-namespace ui {
+namespace display {
// Returns the DisplayConnectionType by matching known type prefixes to |name|.
// Returns DISPLAY_TYPE_UNKNOWN if no valid match.
DISPLAY_MANAGER_EXPORT DisplayConnectionType
GetDisplayConnectionTypeFromName(const std::string& name);
-} // namespace ui
+} // namespace display
#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