| Index: chrome/browser/sync/glue/typed_url_change_processor.h
|
| diff --git a/chrome/browser/sync/glue/typed_url_change_processor.h b/chrome/browser/sync/glue/typed_url_change_processor.h
|
| index aefe21754d0f971d2a457d8f80e6d18116c895d4..73cfe521d247eee4cdb77673e52e7ecaac5cd5ea 100644
|
| --- a/chrome/browser/sync/glue/typed_url_change_processor.h
|
| +++ b/chrome/browser/sync/glue/typed_url_change_processor.h
|
| @@ -42,13 +42,13 @@ class DataTypeErrorHandler;
|
| // This class is responsible for taking changes from the history backend and
|
| // applying them to the sync API 'syncable' model, and vice versa. All
|
| // operations and use of this class are from the UI thread.
|
| -class TypedUrlChangeProcessor : public ChangeProcessor,
|
| +class TypedUrlChangeProcessor : public sync_driver::ChangeProcessor,
|
| public content::NotificationObserver {
|
| public:
|
| TypedUrlChangeProcessor(Profile* profile,
|
| TypedUrlModelAssociator* model_associator,
|
| history::HistoryBackend* history_backend,
|
| - DataTypeErrorHandler* error_handler);
|
| + sync_driver::DataTypeErrorHandler* error_handler);
|
| virtual ~TypedUrlChangeProcessor();
|
|
|
| // content::NotificationObserver implementation.
|
|
|