| Index: ui/display/manager/chromeos/display_util.h
|
| diff --git a/ui/display/manager/chromeos/display_util.h b/ui/display/manager/chromeos/display_util.h
|
| index ff42a574da9c772704fdc44943380099108a81a0..1e3043da4a98aa57a515a19eb06ca9e6ebf76305 100644
|
| --- a/ui/display/manager/chromeos/display_util.h
|
| +++ b/ui/display/manager/chromeos/display_util.h
|
| @@ -12,7 +12,7 @@
|
| #include "ui/display/manager/display_manager_export.h"
|
| #include "ui/display/types/display_constants.h"
|
|
|
| -namespace ui {
|
| +namespace display {
|
|
|
| class DisplaySnapshot;
|
|
|
| @@ -33,8 +33,8 @@ GetDisplayPower(const std::vector<DisplaySnapshot*>& displays,
|
| // Returns whether the DisplayConnectionType |type| is a physically connected
|
| // display. Currently DISPLAY_CONNECTION_TYPE_VIRTUAL and
|
| // DISPLAY_CONNECTION_TYPE_NETWORK return false. All other types return true.
|
| -bool IsPhysicalDisplayType(ui::DisplayConnectionType type);
|
| +bool IsPhysicalDisplayType(DisplayConnectionType type);
|
|
|
| -} // namespace ui
|
| +} // namespace display
|
|
|
| #endif // UI_DISPLAY_MANAGER_CHROMEOS_DISPLAY_UTIL_H_
|
|
|