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

Unified Diff: ui/display/manager/chromeos/display_util.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/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_
« 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