| Index: ash/shelf/shelf_model.h
|
| diff --git a/ash/common/shelf/shelf_model.h b/ash/shelf/shelf_model.h
|
| similarity index 95%
|
| rename from ash/common/shelf/shelf_model.h
|
| rename to ash/shelf/shelf_model.h
|
| index a5f61e806ae84da5612fcdfb6c42fff62ea72da3..727e23fad5bc42b492a7a7cdbd5297dc1f485f71 100644
|
| --- a/ash/common/shelf/shelf_model.h
|
| +++ b/ash/shelf/shelf_model.h
|
| @@ -2,14 +2,14 @@
|
| // 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_MODEL_H_
|
| -#define ASH_COMMON_SHELF_SHELF_MODEL_H_
|
| +#ifndef ASH_SHELF_SHELF_MODEL_H_
|
| +#define ASH_SHELF_SHELF_MODEL_H_
|
|
|
| #include <map>
|
| #include <memory>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/shelf/shelf_item_types.h"
|
| +#include "ash/shelf/shelf_item_types.h"
|
| #include "base/macros.h"
|
| #include "base/observer_list.h"
|
|
|
| @@ -108,4 +108,4 @@ class ASH_EXPORT ShelfModel {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_SHELF_SHELF_MODEL_H_
|
| +#endif // ASH_SHELF_SHELF_MODEL_H_
|
|
|