| Index: components/sync_driver/glue/sync_backend_host_impl.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_impl.h b/components/sync_driver/glue/sync_backend_host_impl.h
|
| similarity index 98%
|
| rename from chrome/browser/sync/glue/sync_backend_host_impl.h
|
| rename to components/sync_driver/glue/sync_backend_host_impl.h
|
| index 30d2aa88c19098a8502bd43e0e971a1ee7c5aa09..c8d59686a3070171226c9e124ea1c2bf7da0507f 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| +++ b/components/sync_driver/glue/sync_backend_host_impl.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 CHROME_BROWSER_SYNC_GLUE_SYNC_BACKEND_HOST_IMPL_H_
|
| -#define CHROME_BROWSER_SYNC_GLUE_SYNC_BACKEND_HOST_IMPL_H_
|
| +#ifndef COMPONENTS_SYNC_DRIVER_GLUE_SYNC_BACKEND_HOST_IMPL_H_
|
| +#define COMPONENTS_SYNC_DRIVER_GLUE_SYNC_BACKEND_HOST_IMPL_H_
|
|
|
| #include <string>
|
|
|
| @@ -13,9 +13,9 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/threading/thread.h"
|
| -#include "chrome/browser/sync/glue/sync_backend_host.h"
|
| #include "components/invalidation/public/invalidation_handler.h"
|
| #include "components/sync_driver/backend_data_type_configurer.h"
|
| +#include "components/sync_driver/glue/sync_backend_host.h"
|
| #include "sync/internal_api/public/base/model_type.h"
|
| #include "sync/internal_api/public/configure_reason.h"
|
| #include "sync/internal_api/public/sessions/sync_session_snapshot.h"
|
| @@ -375,4 +375,4 @@ class SyncBackendHostImpl
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_GLUE_SYNC_BACKEND_HOST_IMPL_H_
|
| +#endif // COMPONENTS_SYNC_DRIVER_GLUE_SYNC_BACKEND_HOST_IMPL_H_
|
|
|