| Index: ash/common/shelf/shelf_layout_manager_observer.h
|
| diff --git a/ash/shelf/shelf_layout_manager_observer.h b/ash/common/shelf/shelf_layout_manager_observer.h
|
| similarity index 85%
|
| rename from ash/shelf/shelf_layout_manager_observer.h
|
| rename to ash/common/shelf/shelf_layout_manager_observer.h
|
| index 61843d791f88ae44b6f3e3becc78baf47a8d9d48..28787de0e154c95fb9e062601b50799739cb4c44 100644
|
| --- a/ash/shelf/shelf_layout_manager_observer.h
|
| +++ b/ash/common/shelf/shelf_layout_manager_observer.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_LAYOUT_MANAGER_OBSERVER_H_
|
| -#define ASH_SHELF_SHELF_LAYOUT_MANAGER_OBSERVER_H_
|
| +#ifndef ASH_COMMON_SHELF_SHELF_LAYOUT_MANAGER_OBSERVER_H_
|
| +#define ASH_COMMON_SHELF_SHELF_LAYOUT_MANAGER_OBSERVER_H_
|
|
|
| #include "ash/ash_export.h"
|
| #include "ash/common/shelf/shelf_types.h"
|
| @@ -35,4 +35,4 @@ class ASH_EXPORT ShelfLayoutManagerObserver {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SHELF_SHELF_LAYOUT_MANAGER_OBSERVER_H_
|
| +#endif // ASH_COMMON_SHELF_SHELF_LAYOUT_MANAGER_OBSERVER_H_
|
|
|