| Index: ash/system/web_notification/ash_popup_alignment_delegate.h
|
| diff --git a/ash/common/system/web_notification/ash_popup_alignment_delegate.h b/ash/system/web_notification/ash_popup_alignment_delegate.h
|
| similarity index 90%
|
| rename from ash/common/system/web_notification/ash_popup_alignment_delegate.h
|
| rename to ash/system/web_notification/ash_popup_alignment_delegate.h
|
| index 920105de893de0cada8c294e25980e0f5569f44a..93db7bc64e5f022fbb874ca039047cb0024c42d8 100644
|
| --- a/ash/common/system/web_notification/ash_popup_alignment_delegate.h
|
| +++ b/ash/system/web_notification/ash_popup_alignment_delegate.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_COMMON_SYSTEM_WEB_NOTIFICATION_ASH_POPUP_ALIGNMENT_DELEGATE_H_
|
| -#define ASH_COMMON_SYSTEM_WEB_NOTIFICATION_ASH_POPUP_ALIGNMENT_DELEGATE_H_
|
| +#ifndef ASH_SYSTEM_WEB_NOTIFICATION_ASH_POPUP_ALIGNMENT_DELEGATE_H_
|
| +#define ASH_SYSTEM_WEB_NOTIFICATION_ASH_POPUP_ALIGNMENT_DELEGATE_H_
|
|
|
| #include <stdint.h>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/shelf/wm_shelf_observer.h"
|
| -#include "ash/common/shell_observer.h"
|
| #include "ash/public/cpp/shelf_types.h"
|
| +#include "ash/shelf/wm_shelf_observer.h"
|
| +#include "ash/shell_observer.h"
|
| #include "base/macros.h"
|
| #include "ui/display/display_observer.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| @@ -91,4 +91,4 @@ class ASH_EXPORT AshPopupAlignmentDelegate
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_SYSTEM_WEB_NOTIFICATION_ASH_POPUP_ALIGNMENT_DELEGATE_H_
|
| +#endif // ASH_SYSTEM_WEB_NOTIFICATION_ASH_POPUP_ALIGNMENT_DELEGATE_H_
|
|
|