| Index: ash/shelf/shelf_controller.h
|
| diff --git a/ash/common/shelf/shelf_controller.h b/ash/shelf/shelf_controller.h
|
| similarity index 91%
|
| rename from ash/common/shelf/shelf_controller.h
|
| rename to ash/shelf/shelf_controller.h
|
| index b058d4ffbf1b95880e98c55685a3c0f2635077d8..de4a19ac6dd02a65fc7f83738be12c6b0df941ed 100644
|
| --- a/ash/common/shelf/shelf_controller.h
|
| +++ b/ash/shelf/shelf_controller.h
|
| @@ -2,16 +2,16 @@
|
| // 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_CONTROLLER_H_
|
| -#define ASH_COMMON_SHELF_SHELF_CONTROLLER_H_
|
| +#ifndef ASH_SHELF_SHELF_CONTROLLER_H_
|
| +#define ASH_SHELF_SHELF_CONTROLLER_H_
|
|
|
| #include <map>
|
| #include <string>
|
|
|
| -#include "ash/common/shelf/shelf_item_types.h"
|
| -#include "ash/common/shelf/shelf_model.h"
|
| #include "ash/public/cpp/shelf_types.h"
|
| #include "ash/public/interfaces/shelf.mojom.h"
|
| +#include "ash/shelf/shelf_item_types.h"
|
| +#include "ash/shelf/shelf_model.h"
|
| #include "mojo/public/cpp/bindings/binding_set.h"
|
| #include "mojo/public/cpp/bindings/interface_ptr_set.h"
|
|
|
| @@ -73,4 +73,4 @@ class ShelfController : public mojom::ShelfController {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_SHELF_SHELF_CONTROLLER_H_
|
| +#endif // ASH_SHELF_SHELF_CONTROLLER_H_
|
|
|