| Index: ash/public/cpp/shelf_model_unittest.cc
|
| diff --git a/ash/shelf/shelf_model_unittest.cc b/ash/public/cpp/shelf_model_unittest.cc
|
| similarity index 99%
|
| rename from ash/shelf/shelf_model_unittest.cc
|
| rename to ash/public/cpp/shelf_model_unittest.cc
|
| index e731c8cc83d5c38a7bd7dd47fd79174a674a118d..d1fb6ae7b79c949770c7669df932eeffd90a116b 100644
|
| --- a/ash/shelf/shelf_model_unittest.cc
|
| +++ b/ash/public/cpp/shelf_model_unittest.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/shelf/shelf_model.h"
|
| +#include "ash/public/cpp/shelf_model.h"
|
|
|
| #include <set>
|
| #include <string>
|
|
|
| -#include "ash/shelf/shelf_model_observer.h"
|
| +#include "ash/public/cpp/shelf_model_observer.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|