| Index: chrome/browser/extensions/test_extension_service.h
|
| diff --git a/chrome/browser/extensions/test_extension_service.h b/chrome/browser/extensions/test_extension_service.h
|
| index 21fb9768d2e4feeced6580707ff42732090c08e4..121407d8b10f1cf4756a33b5fc1826f8d06bba0a 100644
|
| --- a/chrome/browser/extensions/test_extension_service.h
|
| +++ b/chrome/browser/extensions/test_extension_service.h
|
| @@ -46,7 +46,7 @@ class TestExtensionService : public ExtensionServiceInterface {
|
| virtual SyncError MergeDataAndStartSyncing(
|
| syncable::ModelType type,
|
| const SyncDataList& initial_sync_data,
|
| - SyncChangeProcessor* sync_processor) OVERRIDE;
|
| + scoped_ptr<SyncChangeProcessor> sync_processor) OVERRIDE;
|
| virtual void StopSyncing(syncable::ModelType type) OVERRIDE;
|
| virtual SyncDataList GetAllSyncData(syncable::ModelType type) const OVERRIDE;
|
| virtual SyncError ProcessSyncChanges(
|
|
|