| Index: ash/public/cpp/shelf_types.h
|
| diff --git a/ash/common/shelf/shelf_types.h b/ash/public/cpp/shelf_types.h
|
| similarity index 90%
|
| rename from ash/common/shelf/shelf_types.h
|
| rename to ash/public/cpp/shelf_types.h
|
| index 9b0ac9e3214eb76ce76b04fcfb38dfc74d4797d1..5044211095f25c6ff0803f38d63df7fe6e1ba402 100644
|
| --- a/ash/common/shelf/shelf_types.h
|
| +++ b/ash/public/cpp/shelf_types.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_TYPES_H_
|
| -#define ASH_COMMON_SHELF_SHELF_TYPES_H_
|
| +#ifndef ASH_PUBLIC_CPP_SHELF_TYPES_H_
|
| +#define ASH_PUBLIC_CPP_SHELF_TYPES_H_
|
|
|
| namespace ash {
|
|
|
| @@ -57,4 +57,4 @@ enum ShelfBackgroundType {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_SHELF_SHELF_TYPES_H_
|
| +#endif // ASH_PUBLIC_CPP_SHELF_TYPES_H_
|
|
|