| Index: components/sync/syncable/scoped_parent_child_index_updater.h
|
| diff --git a/sync/syncable/scoped_parent_child_index_updater.h b/components/sync/syncable/scoped_parent_child_index_updater.h
|
| similarity index 76%
|
| rename from sync/syncable/scoped_parent_child_index_updater.h
|
| rename to components/sync/syncable/scoped_parent_child_index_updater.h
|
| index 0c6dedd4eda3af7929c0da3b9870df1fcd608a2d..d6085df8e1f3ad703c528c4be365ed765e92d779 100644
|
| --- a/sync/syncable/scoped_parent_child_index_updater.h
|
| +++ b/components/sync/syncable/scoped_parent_child_index_updater.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_SYNCABLE_SCOPED_PARENT_CHILD_INDEX_UPDATER_H_
|
| -#define SYNC_SYNCABLE_SCOPED_PARENT_CHILD_INDEX_UPDATER_H_
|
| +#ifndef COMPONENTS_SYNC_SYNCABLE_SCOPED_PARENT_CHILD_INDEX_UPDATER_H_
|
| +#define COMPONENTS_SYNC_SYNCABLE_SCOPED_PARENT_CHILD_INDEX_UPDATER_H_
|
|
|
| #include "base/macros.h"
|
| -#include "sync/base/sync_export.h"
|
| +#include "components/sync/base/sync_export.h"
|
|
|
| namespace syncer {
|
| namespace syncable {
|
| @@ -34,4 +34,4 @@ class ScopedParentChildIndexUpdater {
|
| } // namespace syncable
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_SYNCABLE_SCOPED_PARENT_CHILD_INDEX_UPDATER_H_
|
| +#endif // COMPONENTS_SYNC_SYNCABLE_SCOPED_PARENT_CHILD_INDEX_UPDATER_H_
|
|
|