| Index: components/sync/model/entity_data.cc
|
| diff --git a/components/sync/api/entity_data.cc b/components/sync/model/entity_data.cc
|
| similarity index 97%
|
| rename from components/sync/api/entity_data.cc
|
| rename to components/sync/model/entity_data.cc
|
| index 62918f76e925774308d15f468c742350e1e85773..bbcc6cf5fb5eee6718f76a4a5ca93794247b3988 100644
|
| --- a/components/sync/api/entity_data.cc
|
| +++ b/components/sync/model/entity_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/entity_data.h"
|
| +#include "components/sync/model/entity_data.h"
|
|
|
| #include <algorithm>
|
| #include <utility>
|
|
|