| Index: ash/shelf/shelf_model.cc
|
| diff --git a/ash/common/shelf/shelf_model.cc b/ash/shelf/shelf_model.cc
|
| similarity index 97%
|
| rename from ash/common/shelf/shelf_model.cc
|
| rename to ash/shelf/shelf_model.cc
|
| index a68447588ef940cf69fbaea5d4fdcd7b25dacd86..7c6e281fe02ce80fe10e828b37b46a5c560a79bc 100644
|
| --- a/ash/common/shelf/shelf_model.cc
|
| +++ b/ash/shelf/shelf_model.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/shelf/shelf_model.h"
|
| +#include "ash/shelf/shelf_model.h"
|
|
|
| #include <algorithm>
|
|
|
| -#include "ash/common/shelf/shelf_item_delegate.h"
|
| -#include "ash/common/shelf/shelf_model_observer.h"
|
| +#include "ash/shelf/shelf_item_delegate.h"
|
| +#include "ash/shelf/shelf_model_observer.h"
|
|
|
| namespace ash {
|
|
|
|
|