| Index: components/sync/model/sync_error_factory.cc
|
| diff --git a/components/sync/api/sync_error_factory.cc b/components/sync/model/sync_error_factory.cc
|
| similarity index 84%
|
| rename from components/sync/api/sync_error_factory.cc
|
| rename to components/sync/model/sync_error_factory.cc
|
| index d668e844bbe4b83930afd8dba7737cdc3595bf8b..5c06988e957ba2452ba2ad645cba939bc1fd0adb 100644
|
| --- a/components/sync/api/sync_error_factory.cc
|
| +++ b/components/sync/model/sync_error_factory.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_error_factory.h"
|
| +#include "components/sync/model/sync_error_factory.h"
|
|
|
| namespace syncer {
|
|
|
|
|