Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index 83b04067986b3dd9ba84124d50132d1ecef4a1d5..4c3bbbaba1b6b1a03e36e0e56c72c8c4d2ed4bb8 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -134,6 +134,7 @@ |
#include "ash/system/chromeos/power/power_event_observer.h" |
#include "ash/system/chromeos/power/power_status.h" |
#include "ash/system/chromeos/power/video_activity_notifier.h" |
+#include "ash/system/chromeos/screen_orientation/screen_orientation_delegate_ash.h" |
#include "ash/system/chromeos/session/last_window_closed_logout_reminder.h" |
#include "ash/system/chromeos/session/logout_confirmation_controller.h" |
#include "base/bind_helpers.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 ScreenOrientationDelegateAsh()); |
#endif |
weak_display_manager_factory_.reset( |