| Index: ash/common/shelf/shelf_navigator_unittest.cc
|
| diff --git a/ash/shelf/shelf_navigator_unittest.cc b/ash/common/shelf/shelf_navigator_unittest.cc
|
| similarity index 96%
|
| rename from ash/shelf/shelf_navigator_unittest.cc
|
| rename to ash/common/shelf/shelf_navigator_unittest.cc
|
| index 121d8535d728de73eb3a36ef35efe085ffad1adc..82c123d0fafac1e73a560d3ea65356f53e0c5412 100644
|
| --- a/ash/shelf/shelf_navigator_unittest.cc
|
| +++ b/ash/common/shelf/shelf_navigator_unittest.cc
|
| @@ -2,13 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/shelf/shelf_navigator.h"
|
| +#include "ash/common/shelf/shelf_navigator.h"
|
|
|
| -#include "ash/common/ash_switches.h"
|
| #include "ash/common/shelf/shelf_item_types.h"
|
| #include "ash/common/shelf/shelf_model.h"
|
| -#include "ash/shelf/shelf.h"
|
| -#include "base/command_line.h"
|
| #include "base/macros.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|