| Index: components/sync_driver/proxy_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/proxy_data_type_controller.h b/components/sync_driver/proxy_data_type_controller.h
|
| similarity index 89%
|
| rename from chrome/browser/sync/glue/proxy_data_type_controller.h
|
| rename to components/sync_driver/proxy_data_type_controller.h
|
| index 03f79d2ba31fe29734d3cbaec2e3a61a5f10bc7d..3d695f875daab8f5ec6565d02c0071f1fa9cb67b 100644
|
| --- a/chrome/browser/sync/glue/proxy_data_type_controller.h
|
| +++ b/components/sync_driver/proxy_data_type_controller.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_PROXY_DATA_TYPE_CONTROLLER_H__
|
| -#define CHROME_BROWSER_SYNC_GLUE_PROXY_DATA_TYPE_CONTROLLER_H__
|
| +#ifndef COMPONENTS_SYNC_DRIVER_PROXY_DATA_TYPE_CONTROLLER_H__
|
| +#define COMPONENTS_SYNC_DRIVER_PROXY_DATA_TYPE_CONTROLLER_H__
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| @@ -53,4 +53,4 @@ class ProxyDataTypeController : public DataTypeController {
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_GLUE_PROXY_DATA_TYPE_CONTROLLER_H__
|
| +#endif // COMPONENTS_SYNC_DRIVER_PROXY_DATA_TYPE_CONTROLLER_H__
|
|
|