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