| Index: chrome/browser/sync/glue/autofill_profile_change_processor.h
|
| diff --git a/chrome/browser/sync/glue/autofill_profile_change_processor.h b/chrome/browser/sync/glue/autofill_profile_change_processor.h
|
| index 0b408a37fa913b211aeb4298f9653e6218890ab2..c10a15cf5ecd0c037d4813c04d15d533163f8a80 100644
|
| --- a/chrome/browser/sync/glue/autofill_profile_change_processor.h
|
| +++ b/chrome/browser/sync/glue/autofill_profile_change_processor.h
|
| @@ -1,6 +1,7 @@
|
| -// 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.
|
| +
|
| #ifndef CHROME_BROWSER_SYNC_GLUE_AUTOFILL_PROFILE_CHANGE_PROCESSOR_H_
|
| #define CHROME_BROWSER_SYNC_GLUE_AUTOFILL_PROFILE_CHANGE_PROCESSOR_H_
|
| #pragma once
|
| @@ -31,7 +32,7 @@ class AutofillProfileChangeProcessor : public ChangeProcessor,
|
| PersonalDataManager* personal_data_manager,
|
| UnrecoverableErrorHandler* error_handler);
|
|
|
| - virtual ~AutofillProfileChangeProcessor() {}
|
| + virtual ~AutofillProfileChangeProcessor();
|
|
|
| // Virtual methods from ChangeProcessor class.
|
| virtual void ApplyChangesFromSyncModel(
|
|
|