| Index: chrome/browser/sync/glue/app_data_type_controller.h
|
| ===================================================================
|
| --- chrome/browser/sync/glue/app_data_type_controller.h (revision 105407)
|
| +++ chrome/browser/sync/glue/app_data_type_controller.h (working copy)
|
| @@ -8,7 +8,6 @@
|
|
|
| #include <string>
|
|
|
| -#include "chrome/browser/sync/glue/generic_change_processor.h"
|
| #include "chrome/browser/sync/glue/frontend_data_type_controller.h"
|
|
|
| namespace browser_sync {
|
| @@ -24,9 +23,6 @@
|
| // DataTypeController implementation.
|
| virtual syncable::ModelType type() const;
|
|
|
| - protected:
|
| - virtual GenericChangeProcessor* change_processor() const OVERRIDE;
|
| -
|
| private:
|
| // DataTypeController implementations.
|
| virtual bool StartModels();
|
| @@ -37,8 +33,6 @@
|
| virtual void RecordAssociationTime(base::TimeDelta time);
|
| virtual void RecordStartFailure(StartResult result);
|
|
|
| - scoped_ptr<GenericChangeProcessor> generic_change_processor_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(AppDataTypeController);
|
| };
|
|
|
|
|