| 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_
|
|
|