Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(842)

Unified Diff: chrome/browser/sync/glue/autofill_profile_change_processor.cc

Issue 6272025: Part 2 of repairing regressions to my old clang check plugins so Nico can (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright 2011 Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698