| Index: ash/common/popup_message.h
|
| diff --git a/ash/popup_message.h b/ash/common/popup_message.h
|
| similarity index 96%
|
| rename from ash/popup_message.h
|
| rename to ash/common/popup_message.h
|
| index 5da93d04d857dc79f470e7584f2439e4ffdf2300..c31e2c115c2f35e4ac55000bfd29094cf748d3e5 100644
|
| --- a/ash/popup_message.h
|
| +++ b/ash/common/popup_message.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_POPUP_MESSAGE_H_
|
| -#define ASH_POPUP_MESSAGE_H_
|
| +#ifndef ASH_COMMON_POPUP_MESSAGE_H_
|
| +#define ASH_COMMON_POPUP_MESSAGE_H_
|
|
|
| #include "ash/ash_export.h"
|
| #include "base/gtest_prod_util.h"
|
| @@ -79,4 +79,4 @@ class ASH_EXPORT PopupMessage {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_POPUP_MESSAGE_H_
|
| +#endif // ASH_COMMON_POPUP_MESSAGE_H_
|
|
|