| Index: sync/engine/sync_scheduler.h
|
| diff --git a/chrome/browser/sync/engine/sync_scheduler.h b/sync/engine/sync_scheduler.h
|
| similarity index 96%
|
| rename from chrome/browser/sync/engine/sync_scheduler.h
|
| rename to sync/engine/sync_scheduler.h
|
| index 079ce93fce255565cce0ef566abeed56ad17588c..85404844e3f7b5a214b764dcedffd571050a1c9c 100644
|
| --- a/chrome/browser/sync/engine/sync_scheduler.h
|
| +++ b/sync/engine/sync_scheduler.h
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
| //
|
| // A class to schedule syncer tasks intelligently.
|
| -#ifndef CHROME_BROWSER_SYNC_ENGINE_SYNC_SCHEDULER_H_
|
| -#define CHROME_BROWSER_SYNC_ENGINE_SYNC_SCHEDULER_H_
|
| +#ifndef SYNC_ENGINE_SYNC_SCHEDULER_H_
|
| +#define SYNC_ENGINE_SYNC_SCHEDULER_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -18,14 +18,14 @@
|
| #include "base/observer_list.h"
|
| #include "base/time.h"
|
| #include "base/timer.h"
|
| -#include "chrome/browser/sync/engine/net/server_connection_manager.h"
|
| -#include "chrome/browser/sync/engine/nudge_source.h"
|
| -#include "chrome/browser/sync/engine/polling_constants.h"
|
| -#include "chrome/browser/sync/engine/syncer.h"
|
| -#include "chrome/browser/sync/sessions/sync_session_context.h"
|
| -#include "chrome/browser/sync/sessions/sync_session.h"
|
| -#include "chrome/browser/sync/syncable/model_type_payload_map.h"
|
| -#include "chrome/browser/sync/util/weak_handle.h"
|
| +#include "sync/engine/net/server_connection_manager.h"
|
| +#include "sync/engine/nudge_source.h"
|
| +#include "sync/engine/polling_constants.h"
|
| +#include "sync/engine/syncer.h"
|
| +#include "sync/sessions/sync_session.h"
|
| +#include "sync/sessions/sync_session_context.h"
|
| +#include "sync/syncable/model_type_payload_map.h"
|
| +#include "sync/util/weak_handle.h"
|
|
|
| class MessageLoop;
|
|
|
| @@ -418,4 +418,4 @@ class SyncScheduler : public sessions::SyncSession::Delegate {
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_ENGINE_SYNC_SCHEDULER_H_
|
| +#endif // SYNC_ENGINE_SYNC_SCHEDULER_H_
|
|
|