| Index: chrome/browser/sync/glue/autofill_profile_change_processor.cc
|
| diff --git a/chrome/browser/sync/glue/autofill_profile_change_processor.cc b/chrome/browser/sync/glue/autofill_profile_change_processor.cc
|
| index 812c505b458864192580d64cea74176497cbac65..8e52d65ea4caff10dc4adae3dda7f26fddf09260 100644
|
| --- a/chrome/browser/sync/glue/autofill_profile_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/autofill_profile_change_processor.cc
|
| @@ -1,6 +1,6 @@
|
| -// 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
|
| +// found in the LICENSE file.
|
|
|
| #include "chrome/browser/sync/glue/autofill_profile_change_processor.h"
|
|
|
| @@ -44,6 +44,8 @@ AutofillProfileChangeProcessor::AutofillProfileChangeProcessor(
|
| StartObserving();
|
| }
|
|
|
| +AutofillProfileChangeProcessor::~AutofillProfileChangeProcessor() {}
|
| +
|
| AutofillProfileChangeProcessor::ScopedStopObserving::ScopedStopObserving(
|
| AutofillProfileChangeProcessor* processor) {
|
| processor_ = processor;
|
|
|