| Index: ash/system/web_notification/ash_popup_alignment_delegate.cc
|
| diff --git a/ash/common/system/web_notification/ash_popup_alignment_delegate.cc b/ash/system/web_notification/ash_popup_alignment_delegate.cc
|
| similarity index 95%
|
| rename from ash/common/system/web_notification/ash_popup_alignment_delegate.cc
|
| rename to ash/system/web_notification/ash_popup_alignment_delegate.cc
|
| index 46b2719773ec0cb092f1783a7800163dff3a1c34..9b3e5c3d36a99a7fbd385fd85753c5083a8f6290 100644
|
| --- a/ash/common/system/web_notification/ash_popup_alignment_delegate.cc
|
| +++ b/ash/system/web_notification/ash_popup_alignment_delegate.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/system/web_notification/ash_popup_alignment_delegate.h"
|
| +#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"
|
|
|