| Index: ash/shelf/shelf_unittest.cc
|
| diff --git a/ash/shelf/shelf_unittest.cc b/ash/shelf/shelf_unittest.cc
|
| index 389593fcd100b9ab9cace05f233a707a630e9438..84ffbde895576fc743c07411dad13f56306dea77 100644
|
| --- a/ash/shelf/shelf_unittest.cc
|
| +++ b/ash/shelf/shelf_unittest.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/shelf/shelf.h"
|
| +#include "ash/common/shelf/shelf.h"
|
|
|
| #include <utility>
|
|
|
| #include "ash/common/shelf/shelf_button.h"
|
| #include "ash/common/shelf/shelf_model.h"
|
| #include "ash/common/shelf/shelf_view.h"
|
| -#include "ash/shelf/shelf_widget.h"
|
| +#include "ash/common/shelf/shelf_widget.h"
|
| #include "ash/test/ash_test_base.h"
|
| #include "ash/test/shelf_test_api.h"
|
| #include "ash/test/shelf_view_test_api.h"
|
|
|