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