| Index: chrome/browser/sync/glue/change_processor_mock.h
|
| diff --git a/chrome/browser/sync/glue/change_processor_mock.h b/chrome/browser/sync/glue/change_processor_mock.h
|
| index e13893741e7b69efa64e5a314539d06cf7139019..d74e40e9b5ca6b6b46116ea77a3f95067adf2895 100644
|
| --- a/chrome/browser/sync/glue/change_processor_mock.h
|
| +++ b/chrome/browser/sync/glue/change_processor_mock.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -17,7 +17,8 @@ namespace browser_sync {
|
|
|
| class ChangeProcessorMock : public ChangeProcessor {
|
| public:
|
| - ChangeProcessorMock() : ChangeProcessor(NULL) {}
|
| + ChangeProcessorMock();
|
| + virtual ~ChangeProcessorMock();
|
| MOCK_METHOD3(ApplyChangesFromSyncModel,
|
| void(const sync_api::BaseTransaction* trans,
|
| const sync_api::SyncManager::ChangeRecord* changes,
|
|
|