| Index: chrome/browser/sync/glue/preference_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/preference_data_type_controller.h b/chrome/browser/sync/glue/preference_data_type_controller.h
|
| index 3f375b15e1f2d950a40468031c2e5647e1c79d06..b0170e2fafa75d5fbaa34f443e21fab447e9aa30 100644
|
| --- a/chrome/browser/sync/glue/preference_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/preference_data_type_controller.h
|
| @@ -25,6 +25,7 @@ class PreferenceDataTypeController : public FrontendDataTypeController {
|
|
|
| private:
|
| // FrontendDataTypeController implementations.
|
| + // TODO(zea): Remove this once everything uses the NewAssociatorInterface.
|
| virtual void CreateSyncComponents();
|
| virtual void RecordUnrecoverableError(
|
| const tracked_objects::Location& from_here,
|
|
|