| Index: ash/common/shelf/shelf_model_observer.h
|
| diff --git a/ash/shelf/shelf_model_observer.h b/ash/common/shelf/shelf_model_observer.h
|
| similarity index 82%
|
| rename from ash/shelf/shelf_model_observer.h
|
| rename to ash/common/shelf/shelf_model_observer.h
|
| index 16ee21c423dd25db1c30d2d872fc3ab322e0ecbb..7ef6764fd2fae326976f84edd129fc5a6f0e3368 100644
|
| --- a/ash/shelf/shelf_model_observer.h
|
| +++ b/ash/common/shelf/shelf_model_observer.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_SHELF_SHELF_MODEL_OBSERVER_H_
|
| -#define ASH_SHELF_SHELF_MODEL_OBSERVER_H_
|
| +#ifndef ASH_COMMON_SHELF_SHELF_MODEL_OBSERVER_H_
|
| +#define ASH_COMMON_SHELF_SHELF_MODEL_OBSERVER_H_
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/shelf/shelf_item_types.h"
|
| +#include "ash/common/shelf/shelf_item_types.h"
|
|
|
| namespace ash {
|
|
|
| @@ -35,4 +35,4 @@ class ASH_EXPORT ShelfModelObserver {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SHELF_SHELF_MODEL_OBSERVER_H_
|
| +#endif // ASH_COMMON_SHELF_SHELF_MODEL_OBSERVER_H_
|
|
|