| Index: components/sync/core/simple_metadata_change_list_unittest.cc
|
| diff --git a/sync/internal_api/public/simple_metadata_change_list_unittest.cc b/components/sync/core/simple_metadata_change_list_unittest.cc
|
| similarity index 98%
|
| rename from sync/internal_api/public/simple_metadata_change_list_unittest.cc
|
| rename to components/sync/core/simple_metadata_change_list_unittest.cc
|
| index ff2fea668724c9dfd2586b5647d43951ee6bd9e9..0843cf9ee8a00acefa61a5c4a17fde3c36f42b12 100644
|
| --- a/sync/internal_api/public/simple_metadata_change_list_unittest.cc
|
| +++ b/components/sync/core/simple_metadata_change_list_unittest.cc
|
| @@ -1,11 +1,11 @@
|
| // Copyright 2016 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -#include "sync/internal_api/public/simple_metadata_change_list.h"
|
| +#include "components/sync/core/simple_metadata_change_list.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/run_loop.h"
|
| -#include "sync/api/mock_model_type_store.h"
|
| +#include "components/sync/api/mock_model_type_store.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace syncer_v2 {
|
|
|