| Index: components/sync/engine_impl/nudge_handler.h
|
| diff --git a/sync/engine/nudge_handler.h b/components/sync/engine_impl/nudge_handler.h
|
| similarity index 67%
|
| rename from sync/engine/nudge_handler.h
|
| rename to components/sync/engine_impl/nudge_handler.h
|
| index 405accb1bf48003a5c5f1481d0731c526aa02c42..f6233b11f9168ccc6dfdef0bfd621953929195ca 100644
|
| --- a/sync/engine/nudge_handler.h
|
| +++ b/components/sync/engine_impl/nudge_handler.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_ENGINE_NUDGE_HANDLER_H_
|
| -#define SYNC_ENGINE_NUDGE_HANDLER_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_IMPL_NUDGE_HANDLER_H_
|
| +#define COMPONENTS_SYNC_ENGINE_IMPL_NUDGE_HANDLER_H_
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "sync/base/sync_export.h"
|
| -#include "sync/internal_api/public/base/model_type.h"
|
| +#include "components/sync/base/model_type.h"
|
| +#include "components/sync/base/sync_export.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -23,4 +23,4 @@ class SYNC_EXPORT NudgeHandler {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_ENGINE_NUDGE_HANDLER_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_IMPL_NUDGE_HANDLER_H_
|
|
|