| Index: ash/shelf/shelf_constants.h
|
| diff --git a/ash/common/shelf/shelf_constants.h b/ash/shelf/shelf_constants.h
|
| similarity index 95%
|
| rename from ash/common/shelf/shelf_constants.h
|
| rename to ash/shelf/shelf_constants.h
|
| index bc783fe942de1e4347db03f521a3e9f6033db9a9..9be93c81c9a5d8312c99760737384fd6906439af 100644
|
| --- a/ash/common/shelf/shelf_constants.h
|
| +++ b/ash/shelf/shelf_constants.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_COMMON_SHELF_SHELF_CONSTANTS_H_
|
| -#define ASH_COMMON_SHELF_SHELF_CONSTANTS_H_
|
| +#ifndef ASH_SHELF_SHELF_CONSTANTS_H_
|
| +#define ASH_SHELF_SHELF_CONSTANTS_H_
|
|
|
| #include "ash/ash_export.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| @@ -79,4 +79,4 @@ ASH_EXPORT int GetShelfConstant(ShelfConstant shelf_constant);
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_SHELF_SHELF_CONSTANTS_H_
|
| +#endif // ASH_SHELF_SHELF_CONSTANTS_H_
|
|
|