| Index: components/sync/model/sync_data.cc
|
| diff --git a/components/sync/api/sync_data.cc b/components/sync/model/sync_data.cc
|
| similarity index 99%
|
| rename from components/sync/api/sync_data.cc
|
| rename to components/sync/model/sync_data.cc
|
| index 9e6eaecb35f0ad7c91c89978386295a9064fe90e..53e91992fcf4ca5a904be101eaabd5102a6ccca8 100644
|
| --- a/components/sync/api/sync_data.cc
|
| +++ b/components/sync/model/sync_data.cc
|
| @@ -2,7 +2,7 @@
|
| // 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_data.h"
|
| +#include "components/sync/model/sync_data.h"
|
|
|
| #include <algorithm>
|
| #include <ostream>
|
|
|