| Index: chrome/browser/sync/glue/search_engine_data_type_controller.h
|
| ===================================================================
|
| --- chrome/browser/sync/glue/search_engine_data_type_controller.h (revision 105407)
|
| +++ chrome/browser/sync/glue/search_engine_data_type_controller.h (working copy)
|
| @@ -9,7 +9,6 @@
|
| #include <string>
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "chrome/browser/sync/glue/generic_change_processor.h"
|
| #include "chrome/browser/sync/glue/frontend_data_type_controller.h"
|
| #include "content/common/notification_observer.h"
|
| #include "content/common/notification_registrar.h"
|
| @@ -33,9 +32,6 @@
|
| const NotificationSource& source,
|
| const NotificationDetails& details) OVERRIDE;
|
|
|
| - protected:
|
| - virtual GenericChangeProcessor* change_processor() const OVERRIDE;
|
| -
|
| private:
|
| // FrontendDataTypeController implementations.
|
| virtual bool StartModels() OVERRIDE;
|
| @@ -47,8 +43,6 @@
|
| virtual void RecordAssociationTime(base::TimeDelta time) OVERRIDE;
|
| virtual void RecordStartFailure(StartResult result) OVERRIDE;
|
|
|
| - scoped_ptr<GenericChangeProcessor> generic_change_processor_;
|
| -
|
| NotificationRegistrar registrar_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SearchEngineDataTypeController);
|
|
|