| Index: components/sync_driver/data_type_manager_observer.h
|
| diff --git a/chrome/browser/sync/glue/data_type_manager_observer.h b/components/sync_driver/data_type_manager_observer.h
|
| similarity index 77%
|
| rename from chrome/browser/sync/glue/data_type_manager_observer.h
|
| rename to components/sync_driver/data_type_manager_observer.h
|
| index 0e81a1a7fd96d78af1d5c1cd15c416875594ee6d..2bf182d383d9e21876787af39140a7f21c6488c5 100644
|
| --- a/chrome/browser/sync/glue/data_type_manager_observer.h
|
| +++ b/components/sync_driver/data_type_manager_observer.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_DATA_TYPE_MANAGER_OBSERVER_H_
|
| -#define CHROME_BROWSER_SYNC_GLUE_DATA_TYPE_MANAGER_OBSERVER_H_
|
| +#ifndef COMPONENTS_SYNC_DRIVER_DATA_TYPE_MANAGER_OBSERVER_H_
|
| +#define COMPONENTS_SYNC_DRIVER_DATA_TYPE_MANAGER_OBSERVER_H_
|
|
|
| #include "components/sync_driver/data_type_manager.h"
|
|
|
| @@ -24,4 +24,4 @@ class DataTypeManagerObserver {
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_GLUE_DATA_TYPE_MANAGER_OBSERVER_H_
|
| +#endif // COMPONENTS_SYNC_DRIVER_DATA_TYPE_MANAGER_OBSERVER_H_
|
|
|