| Index: components/sync/model/fake_sync_change_processor.cc
|
| diff --git a/components/sync/api/fake_sync_change_processor.cc b/components/sync/model/fake_sync_change_processor.cc
|
| similarity index 90%
|
| rename from components/sync/api/fake_sync_change_processor.cc
|
| rename to components/sync/model/fake_sync_change_processor.cc
|
| index 2487849a40490a87bab5cac6284c331519fb860f..a6256069d6e784d5a89e1a9f33e3a63de8495a25 100644
|
| --- a/components/sync/api/fake_sync_change_processor.cc
|
| +++ b/components/sync/model/fake_sync_change_processor.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/sync/api/fake_sync_change_processor.h"
|
| +#include "components/sync/model/fake_sync_change_processor.h"
|
|
|
| -#include "components/sync/api/sync_change.h"
|
| -#include "components/sync/api/sync_data.h"
|
| +#include "components/sync/model/sync_change.h"
|
| +#include "components/sync/model/sync_data.h"
|
|
|
| namespace syncer {
|
|
|
|
|