Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index e765b345d6886de43658dbfb009901544e7b9c11..7f83a5c50e1beb3a8e801bfe0a89f249b074be67 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -29,6 +29,7 @@ |
#include "ash/common/shelf/wm_shelf.h" |
#include "ash/common/shell_delegate.h" |
#include "ash/common/system/chromeos/bluetooth/bluetooth_notification_controller.h" |
+#include "ash/common/system/chromeos/network/sms_observer.h" |
#include "ash/common/system/chromeos/power/power_status.h" |
#include "ash/common/system/status_area_widget.h" |
#include "ash/common/system/tray/system_tray_delegate.h" |
@@ -844,6 +845,7 @@ void Shell::Init(const ShellInitParams& init_params) { |
screen_orientation_controller_.reset(new ScreenOrientationController()); |
screen_layout_observer_.reset(new ScreenLayoutObserver()); |
} |
+ sms_observer_.reset(new SmsObserver()); |
// The compositor thread and main message loop have to be running in |
// order to create mirror window. Run it after the main message loop |