| Index: ash/common/shelf/shelf_navigator.h
|
| diff --git a/ash/shelf/shelf_navigator.h b/ash/common/shelf/shelf_navigator.h
|
| similarity index 81%
|
| rename from ash/shelf/shelf_navigator.h
|
| rename to ash/common/shelf/shelf_navigator.h
|
| index ead455e929caf77c89da782f8c8a26b5b90e4426..d04d5d2c99103701cab6114c4d050acfde5449d6 100644
|
| --- a/ash/shelf/shelf_navigator.h
|
| +++ b/ash/common/shelf/shelf_navigator.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_SHELF_SHELF_NAVIGATOR_H_
|
| -#define ASH_SHELF_SHELF_NAVIGATOR_H_
|
| +#ifndef ASH_COMMON_SHELF_SHELF_NAVIGATOR_H_
|
| +#define ASH_COMMON_SHELF_SHELF_NAVIGATOR_H_
|
|
|
| #include "ash/ash_export.h"
|
| #include "ash/common/shelf/shelf_constants.h"
|
| @@ -20,4 +20,4 @@ ASH_EXPORT int GetNextActivatedItemIndex(const ShelfModel& model,
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SHELF_SHELF_NAVIGATOR_H_
|
| +#endif // ASH_COMMON_SHELF_SHELF_NAVIGATOR_H_
|
|
|