| Index: components/sync/engine/non_blocking_sync_common.cc
|
| diff --git a/components/sync/core/non_blocking_sync_common.cc b/components/sync/engine/non_blocking_sync_common.cc
|
| similarity index 92%
|
| rename from components/sync/core/non_blocking_sync_common.cc
|
| rename to components/sync/engine/non_blocking_sync_common.cc
|
| index 51121b800392d671daf8fd7bb5a157eba8cc2cd8..76c7c4902d81efa69d067a5d33bc9eb42a9f9fac 100644
|
| --- a/components/sync/core/non_blocking_sync_common.cc
|
| +++ b/components/sync/engine/non_blocking_sync_common.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/non_blocking_sync_common.h"
|
| +#include "components/sync/engine/non_blocking_sync_common.h"
|
|
|
| namespace syncer {
|
|
|
|
|