| Index: chrome/browser/chromeos/net/network_portal_notification_controller.cc
|
| diff --git a/chrome/browser/chromeos/net/network_portal_notification_controller.cc b/chrome/browser/chromeos/net/network_portal_notification_controller.cc
|
| index a25aaa26b639b893f3ff05c79d630fdba6bb56c0..6b9f23da00f4c8bc81f4c4068f96f940de821000 100644
|
| --- a/chrome/browser/chromeos/net/network_portal_notification_controller.cc
|
| +++ b/chrome/browser/chromeos/net/network_portal_notification_controller.cc
|
| @@ -9,9 +9,9 @@
|
| #include <memory>
|
| #include <vector>
|
|
|
| -#include "ash/common/system/system_notifier.h"
|
| -#include "ash/common/system/tray/system_tray_notifier.h"
|
| -#include "ash/common/wm_shell.h"
|
| +#include "ash/system/system_notifier.h"
|
| +#include "ash/system/tray/system_tray_notifier.h"
|
| +#include "ash/wm_shell.h"
|
| #include "base/command_line.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
|
|