Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index 83b04067986b3dd9ba84124d50132d1ecef4a1d5..8013948bffbeed7f65487c706381443155d79dc9 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -128,6 +128,7 @@ |
#include "ash/display/display_error_observer_chromeos.h" |
#include "ash/display/projecting_observer_chromeos.h" |
#include "ash/display/resolution_notification_controller.h" |
+#include "ash/display/screen_orientation_delegate_chromeos.h" |
#include "ash/sticky_keys/sticky_keys_controller.h" |
#include "ash/system/chromeos/bluetooth/bluetooth_notification_controller.h" |
#include "ash/system/chromeos/brightness/brightness_controller_chromeos.h" |
@@ -1056,6 +1057,7 @@ void Shell::Init(const ShellInitParams& init_params) { |
new VideoActivityNotifier(video_detector_.get())); |
bluetooth_notification_controller_.reset(new BluetoothNotificationController); |
last_window_closed_logout_reminder_.reset(new LastWindowClosedLogoutReminder); |
+ screen_orientation_delegate_.reset(new ScreenOrientationDelegate()); |
#endif |
weak_display_manager_factory_.reset( |