| Index: components/sync/engine/sync_manager.cc
|
| diff --git a/components/sync/core/sync_manager.cc b/components/sync/engine/sync_manager.cc
|
| similarity index 93%
|
| rename from components/sync/core/sync_manager.cc
|
| rename to components/sync/engine/sync_manager.cc
|
| index 1f74dadb4ee9bde7f0e5405527838f8e07192070..34cba6205c37ea7ca02ff431585759973af2c65a 100644
|
| --- a/components/sync/core/sync_manager.cc
|
| +++ b/components/sync/engine/sync_manager.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/sync_manager.h"
|
| +#include "components/sync/engine/sync_manager.h"
|
|
|
| namespace syncer {
|
|
|
|
|