| Index: components/sync/syncable/scoped_parent_child_index_updater.cc
|
| diff --git a/sync/syncable/scoped_parent_child_index_updater.cc b/components/sync/syncable/scoped_parent_child_index_updater.cc
|
| similarity index 84%
|
| rename from sync/syncable/scoped_parent_child_index_updater.cc
|
| rename to components/sync/syncable/scoped_parent_child_index_updater.cc
|
| index dc48edd166efbf001583986653f0f01efdb552f7..ba3ad0ac716f74f4a0cfbcea4eaea9d2d510ce5c 100644
|
| --- a/sync/syncable/scoped_parent_child_index_updater.cc
|
| +++ b/components/sync/syncable/scoped_parent_child_index_updater.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sync/syncable/scoped_parent_child_index_updater.h"
|
| +#include "components/sync/syncable/scoped_parent_child_index_updater.h"
|
|
|
| -#include "sync/syncable/parent_child_index.h"
|
| +#include "components/sync/syncable/parent_child_index.h"
|
|
|
| namespace syncer {
|
| namespace syncable {
|
|
|