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

Unified Diff: chrome/browser/chromeos/policy/display_rotation_default_handler.h

Issue 1920263003: Rename gfx::Display/Screen to display::Display/Screen in chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: chrome/browser/chromeos/policy/display_rotation_default_handler.h
diff --git a/chrome/browser/chromeos/policy/display_rotation_default_handler.h b/chrome/browser/chromeos/policy/display_rotation_default_handler.h
index eb01c57fb9294637475c822a6f6f8d5b59d03985..78d99f055acf5542c08266e584f5cbba8ae44e12 100644
--- a/chrome/browser/chromeos/policy/display_rotation_default_handler.h
+++ b/chrome/browser/chromeos/policy/display_rotation_default_handler.h
@@ -14,7 +14,7 @@
#include "ash/shell_observer.h"
#include "base/macros.h"
#include "chrome/browser/chromeos/settings/cros_settings.h"
-#include "ui/gfx/display.h"
+#include "ui/display/display.h"
namespace policy {
@@ -56,7 +56,8 @@ class DisplayRotationDefaultHandler
bool UpdateFromCrosSettings();
bool policy_enabled_ = false;
- gfx::Display::Rotation display_rotation_default_ = gfx::Display::ROTATE_0;
+ display::Display::Rotation display_rotation_default_ =
+ display::Display::ROTATE_0;
std::set<int64_t> rotated_displays_;
bool rotation_in_progress_ = false;

Powered by Google App Engine
This is Rietveld 408576698