| Index: components/sync/model/sync_change_unittest.cc
|
| diff --git a/components/sync/api/sync_change_unittest.cc b/components/sync/model/sync_change_unittest.cc
|
| similarity index 96%
|
| rename from components/sync/api/sync_change_unittest.cc
|
| rename to components/sync/model/sync_change_unittest.cc
|
| index 79d6619982837b8abfd1e4b7c49182cdbde9dedc..f6f44da8de6323428240a9e1c3fa5dd69126000d 100644
|
| --- a/components/sync/api/sync_change_unittest.cc
|
| +++ b/components/sync/model/sync_change_unittest.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/sync/api/sync_change.h"
|
| +#include "components/sync/model/sync_change.h"
|
|
|
| #include <memory>
|
|
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/time/time.h"
|
| #include "base/values.h"
|
| -#include "components/sync/api/attachments/attachment_id.h"
|
| -#include "components/sync/api/attachments/attachment_service_proxy_for_test.h"
|
| +#include "components/sync/model/attachments/attachment_id.h"
|
| +#include "components/sync/model/attachments/attachment_service_proxy_for_test.h"
|
| #include "components/sync/protocol/preference_specifics.pb.h"
|
| #include "components/sync/protocol/proto_value_conversions.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
|
|