| Index: components/sync/model/simple_metadata_change_list.cc
|
| diff --git a/components/sync/core/simple_metadata_change_list.cc b/components/sync/model/simple_metadata_change_list.cc
|
| similarity index 97%
|
| rename from components/sync/core/simple_metadata_change_list.cc
|
| rename to components/sync/model/simple_metadata_change_list.cc
|
| index a4ac0ab76d5287424777df0d8b676892102e8c7f..e8f563d21e1a67e064934885a054a51d00b3043d 100644
|
| --- a/components/sync/core/simple_metadata_change_list.cc
|
| +++ b/components/sync/model/simple_metadata_change_list.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/core/simple_metadata_change_list.h"
|
| +#include "components/sync/model/simple_metadata_change_list.h"
|
|
|
| namespace syncer {
|
|
|
|
|