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

Unified Diff: chrome/browser/sync/glue/autofill_data_type_controller.h

Issue 10071033: RefCounted types should not have public destructors, chrome/browser/ part 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implementation ordering fixes as well Created 8 years, 8 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_data_type_controller.h
diff --git a/chrome/browser/sync/glue/autofill_data_type_controller.h b/chrome/browser/sync/glue/autofill_data_type_controller.h
index c1c4a8f48d06a8c295822cec51d5a564aa19b4c8..30ef2b66f942d39e811cd3c4a2e104ff16590be1 100644
--- a/chrome/browser/sync/glue/autofill_data_type_controller.h
+++ b/chrome/browser/sync/glue/autofill_data_type_controller.h
@@ -27,7 +27,6 @@ class AutofillDataTypeController : public NewNonFrontendDataTypeController,
ProfileSyncComponentsFactory* profile_sync_factory,
Profile* profile,
ProfileSyncService* sync_service);
- virtual ~AutofillDataTypeController();
// NewNonFrontendDataTypeController implementation.
virtual syncable::ModelType type() const OVERRIDE;
@@ -39,6 +38,8 @@ class AutofillDataTypeController : public NewNonFrontendDataTypeController,
const content::NotificationDetails& details) OVERRIDE;
protected:
+ virtual ~AutofillDataTypeController();
+
// NewNonFrontendDataTypeController implementation.
virtual bool PostTaskOnBackendThread(
const tracked_objects::Location& from_here,

Powered by Google App Engine
This is Rietveld 408576698