| Index: components/sync/engine_impl/sync_scheduler.h | 
| diff --git a/sync/engine/sync_scheduler.h b/components/sync/engine_impl/sync_scheduler.h | 
| similarity index 94% | 
| rename from sync/engine/sync_scheduler.h | 
| rename to components/sync/engine_impl/sync_scheduler.h | 
| index a2ed42ba872d8de4546d65f5bc912aca99e347f5..81bcca00255fbe791af4beb3e7222c08c25e8e75 100644 | 
| --- a/sync/engine/sync_scheduler.h | 
| +++ b/components/sync/engine_impl/sync_scheduler.h | 
| @@ -3,8 +3,8 @@ | 
| // found in the LICENSE file. | 
| // | 
| // A class to schedule syncer tasks intelligently. | 
| -#ifndef SYNC_ENGINE_SYNC_SCHEDULER_H_ | 
| -#define SYNC_ENGINE_SYNC_SCHEDULER_H_ | 
| +#ifndef COMPONENTS_SYNC_ENGINE_IMPL_SYNC_SCHEDULER_H_ | 
| +#define COMPONENTS_SYNC_ENGINE_IMPL_SYNC_SCHEDULER_H_ | 
|  | 
| #include <memory> | 
| #include <string> | 
| @@ -12,10 +12,10 @@ | 
| #include "base/callback.h" | 
| #include "base/compiler_specific.h" | 
| #include "base/time/time.h" | 
| -#include "sync/base/sync_export.h" | 
| -#include "sync/engine/nudge_source.h" | 
| -#include "sync/internal_api/public/base/invalidation_interface.h" | 
| -#include "sync/sessions/sync_session.h" | 
| +#include "components/sync/base/invalidation_interface.h" | 
| +#include "components/sync/base/sync_export.h" | 
| +#include "components/sync/engine_impl/nudge_source.h" | 
| +#include "components/sync/sessions_impl/sync_session.h" | 
|  | 
| namespace tracked_objects { | 
| class Location; | 
| @@ -156,4 +156,4 @@ class SYNC_EXPORT SyncScheduler : public sessions::SyncSession::Delegate { | 
|  | 
| }  // namespace syncer | 
|  | 
| -#endif  // SYNC_ENGINE_SYNC_SCHEDULER_H_ | 
| +#endif  // COMPONENTS_SYNC_ENGINE_IMPL_SYNC_SCHEDULER_H_ | 
|  |