| Index: components/sync/engine/browser_thread_model_worker.h
|
| diff --git a/components/sync/driver/glue/browser_thread_model_worker.h b/components/sync/engine/browser_thread_model_worker.h
|
| similarity index 87%
|
| rename from components/sync/driver/glue/browser_thread_model_worker.h
|
| rename to components/sync/engine/browser_thread_model_worker.h
|
| index 5e31117a25930145e49f264200832c5815b57020..3a121f66f6601c32c7c9112a8f29c1c6284b9cbe 100644
|
| --- a/components/sync/driver/glue/browser_thread_model_worker.h
|
| +++ b/components/sync/engine/browser_thread_model_worker.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_SYNC_DRIVER_GLUE_BROWSER_THREAD_MODEL_WORKER_H_
|
| -#define COMPONENTS_SYNC_DRIVER_GLUE_BROWSER_THREAD_MODEL_WORKER_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_BROWSER_THREAD_MODEL_WORKER_H_
|
| +#define COMPONENTS_SYNC_ENGINE_BROWSER_THREAD_MODEL_WORKER_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| @@ -46,4 +46,4 @@ class BrowserThreadModelWorker : public ModelSafeWorker {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_SYNC_DRIVER_GLUE_BROWSER_THREAD_MODEL_WORKER_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_BROWSER_THREAD_MODEL_WORKER_H_
|
|
|