| Index: components/sync/test/engine/fake_sync_scheduler.h
|
| diff --git a/sync/test/engine/fake_sync_scheduler.h b/components/sync/test/engine/fake_sync_scheduler.h
|
| similarity index 90%
|
| copy from sync/test/engine/fake_sync_scheduler.h
|
| copy to components/sync/test/engine/fake_sync_scheduler.h
|
| index 0933ba8fce3768840a3ece8b04f1964143e2b48a..794b4d35f4414248aee6f7bdc81c0ea7012847ab 100644
|
| --- a/sync/test/engine/fake_sync_scheduler.h
|
| +++ b/components/sync/test/engine/fake_sync_scheduler.h
|
| @@ -6,13 +6,13 @@
|
| // logic needed for tests (invoking callbacks, etc) here rather than in higher
|
| // level test classes.
|
|
|
| -#ifndef SYNC_TEST_ENGINE_FAKE_SYNC_SCHEDULER_H_
|
| -#define SYNC_TEST_ENGINE_FAKE_SYNC_SCHEDULER_H_
|
| +#ifndef COMPONENTS_SYNC_TEST_ENGINE_FAKE_SYNC_SCHEDULER_H_
|
| +#define COMPONENTS_SYNC_TEST_ENGINE_FAKE_SYNC_SCHEDULER_H_
|
|
|
| #include <map>
|
|
|
| #include "base/message_loop/message_loop.h"
|
| -#include "sync/engine/sync_scheduler.h"
|
| +#include "components/sync/engine_impl/sync_scheduler.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -61,4 +61,4 @@ class FakeSyncScheduler : public SyncScheduler {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_TEST_ENGINE_FAKE_SYNC_SCHEDULER_H_
|
| +#endif // COMPONENTS_SYNC_TEST_ENGINE_FAKE_SYNC_SCHEDULER_H_
|
|
|