| Index: chrome/browser/sync/api/sync_change_processor.cc
|
| diff --git a/chrome/browser/sync/api/sync_change_processor.cc b/chrome/browser/sync/api/sync_change_processor.cc
|
| index b86da3cceceba943e2bbe920e40ed3eeaff7fdfa..588d17a819bc0708b08d90b46cc5006e29503379 100644
|
| --- a/chrome/browser/sync/api/sync_change_processor.cc
|
| +++ b/chrome/browser/sync/api/sync_change_processor.cc
|
| @@ -4,4 +4,6 @@
|
|
|
| #include "chrome/browser/sync/api/sync_change_processor.h"
|
|
|
| +SyncChangeProcessor::SyncChangeProcessor() {}
|
| +
|
| SyncChangeProcessor::~SyncChangeProcessor() {}
|
|
|