| Index: components/sync/engine_impl/apply_control_data_updates.h
|
| diff --git a/sync/engine/apply_control_data_updates.h b/components/sync/engine_impl/apply_control_data_updates.h
|
| similarity index 75%
|
| rename from sync/engine/apply_control_data_updates.h
|
| rename to components/sync/engine_impl/apply_control_data_updates.h
|
| index a6b589d55fac1e6ad4a4d9f8fcbbab56b1eeef0c..868eb153917d2ac6e2f149d4e015337b22becd68 100644
|
| --- a/sync/engine/apply_control_data_updates.h
|
| +++ b/components/sync/engine_impl/apply_control_data_updates.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_ENGINE_APPLY_CONTROL_DATA_UPDATES_H_
|
| -#define SYNC_ENGINE_APPLY_CONTROL_DATA_UPDATES_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_IMPL_APPLY_CONTROL_DATA_UPDATES_H_
|
| +#define COMPONENTS_SYNC_ENGINE_IMPL_APPLY_CONTROL_DATA_UPDATES_H_
|
|
|
| -#include "sync/base/sync_export.h"
|
| +#include "components/sync/base/sync_export.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -27,4 +27,4 @@ void ApplyControlUpdate(syncable::WriteTransaction* const trans,
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_ENGINE_APPLY_CONTROL_DATA_UPDATES_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_IMPL_APPLY_CONTROL_DATA_UPDATES_H_
|
|
|