| Index: ash/common/system/web_notification/ash_popup_alignment_delegate.h
|
| diff --git a/ash/system/web_notification/ash_popup_alignment_delegate.h b/ash/common/system/web_notification/ash_popup_alignment_delegate.h
|
| similarity index 93%
|
| rename from ash/system/web_notification/ash_popup_alignment_delegate.h
|
| rename to ash/common/system/web_notification/ash_popup_alignment_delegate.h
|
| index 7d1f2f49c7e6595d30efc1c741c2fd1134587ee6..f53ae0c2e7f3e2d9c5175cfc6eaae3d4558d8d44 100644
|
| --- a/ash/system/web_notification/ash_popup_alignment_delegate.h
|
| +++ b/ash/common/system/web_notification/ash_popup_alignment_delegate.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_SYSTEM_WEB_NOTIFICATION_ASH_POPUP_ALIGNMENT_DELEGATE_H_
|
| -#define ASH_SYSTEM_WEB_NOTIFICATION_ASH_POPUP_ALIGNMENT_DELEGATE_H_
|
| +#ifndef ASH_COMMON_SYSTEM_WEB_NOTIFICATION_ASH_POPUP_ALIGNMENT_DELEGATE_H_
|
| +#define ASH_COMMON_SYSTEM_WEB_NOTIFICATION_ASH_POPUP_ALIGNMENT_DELEGATE_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -95,4 +95,4 @@ class ASH_EXPORT AshPopupAlignmentDelegate
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_WEB_NOTIFICATION_ASH_POPUP_ALIGNMENT_DELEGATE_H_
|
| +#endif // ASH_COMMON_SYSTEM_WEB_NOTIFICATION_ASH_POPUP_ALIGNMENT_DELEGATE_H_
|
|
|