| Index: ash/system/web_notification/ash_popup_alignment_delegate.cc
|
| diff --git a/ash/system/web_notification/ash_popup_alignment_delegate.cc b/ash/system/web_notification/ash_popup_alignment_delegate.cc
|
| index a1964434e468ac13569a66ed59343d106ca6831f..9b3e5c3d36a99a7fbd385fd85753c5083a8f6290 100644
|
| --- a/ash/system/web_notification/ash_popup_alignment_delegate.cc
|
| +++ b/ash/system/web_notification/ash_popup_alignment_delegate.cc
|
| @@ -4,13 +4,13 @@
|
|
|
| #include "ash/system/web_notification/ash_popup_alignment_delegate.h"
|
|
|
| -#include "ash/common/shelf/shelf_constants.h"
|
| -#include "ash/common/shelf/wm_shelf.h"
|
| -#include "ash/common/wm_shell.h"
|
| -#include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/shelf_types.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/root_window_controller.h"
|
| +#include "ash/shelf/shelf_constants.h"
|
| +#include "ash/shelf/wm_shelf.h"
|
| +#include "ash/wm_shell.h"
|
| +#include "ash/wm_window.h"
|
| #include "base/i18n/rtl.h"
|
| #include "ui/display/display.h"
|
| #include "ui/display/screen.h"
|
|
|