| Index: components/sync/model/sync_change.cc
|
| diff --git a/components/sync/api/sync_change.cc b/components/sync/model/sync_change.cc
|
| similarity index 97%
|
| rename from components/sync/api/sync_change.cc
|
| rename to components/sync/model/sync_change.cc
|
| index b2eb608e9d47a13cf3afd6f736c018082e569574..34fb331071c19b309b0a272e3cf00ea332c8dd7e 100644
|
| --- a/components/sync/api/sync_change.cc
|
| +++ b/components/sync/model/sync_change.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_change.h"
|
| +#include "components/sync/model/sync_change.h"
|
|
|
| #include <ostream>
|
|
|
|
|