| Index: ash/shelf/shelf_controller.h
|
| diff --git a/ash/shelf/shelf_controller.h b/ash/shelf/shelf_controller.h
|
| index 5b73a388fad2b8a8f45da7e708bd3f096be92a81..a55a9f0f2fec0292b2da3a49fc9c709f6e40fa50 100644
|
| --- a/ash/shelf/shelf_controller.h
|
| +++ b/ash/shelf/shelf_controller.h
|
| @@ -6,10 +6,10 @@
|
| #define ASH_SHELF_SHELF_CONTROLLER_H_
|
|
|
| #include "ash/public/cpp/shelf_item.h"
|
| +#include "ash/public/cpp/shelf_model.h"
|
| +#include "ash/public/cpp/shelf_model_observer.h"
|
| #include "ash/public/cpp/shelf_types.h"
|
| #include "ash/public/interfaces/shelf.mojom.h"
|
| -#include "ash/shelf/shelf_model.h"
|
| -#include "ash/shelf/shelf_model_observer.h"
|
| #include "mojo/public/cpp/bindings/binding_set.h"
|
| #include "mojo/public/cpp/bindings/interface_ptr_set.h"
|
|
|
|
|