| Index: components/sync/test/engine/fake_model_worker.h
|
| diff --git a/sync/test/engine/fake_model_worker.h b/components/sync/test/engine/fake_model_worker.h
|
| similarity index 77%
|
| rename from sync/test/engine/fake_model_worker.h
|
| rename to components/sync/test/engine/fake_model_worker.h
|
| index 603d76952a2067609c86b8c33469a5cad24c9c99..72586d27a5a277e1ede632fce4fe32043da078f4 100644
|
| --- a/sync/test/engine/fake_model_worker.h
|
| +++ b/components/sync/test/engine/fake_model_worker.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_TEST_ENGINE_FAKE_MODEL_WORKER_H_
|
| -#define SYNC_TEST_ENGINE_FAKE_MODEL_WORKER_H_
|
| +#ifndef COMPONENTS_SYNC_TEST_ENGINE_FAKE_MODEL_WORKER_H_
|
| +#define COMPONENTS_SYNC_TEST_ENGINE_FAKE_MODEL_WORKER_H_
|
|
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "base/threading/non_thread_safe.h"
|
| -#include "sync/internal_api/public/engine/model_safe_worker.h"
|
| -#include "sync/internal_api/public/util/syncer_error.h"
|
| +#include "components/sync/base/syncer_error.h"
|
| +#include "components/sync/engine/model_safe_worker.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -38,5 +38,4 @@ class FakeModelWorker : public ModelSafeWorker, public base::NonThreadSafe {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_TEST_ENGINE_FAKE_MODEL_WORKER_H_
|
| -
|
| +#endif // COMPONENTS_SYNC_TEST_ENGINE_FAKE_MODEL_WORKER_H_
|
|
|