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

Unified Diff: chrome/browser/sync/glue/session_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/session_data_type_controller.h
diff --git a/chrome/browser/sync/glue/session_data_type_controller.h b/chrome/browser/sync/glue/session_data_type_controller.h
index a5af64f6e119b90c8108a59b35b857a39202bf21..0f3a7b779682f9ca9036241c1a6db8897b513e4b 100644
--- a/chrome/browser/sync/glue/session_data_type_controller.h
+++ b/chrome/browser/sync/glue/session_data_type_controller.h
@@ -21,7 +21,6 @@ class SessionDataTypeController : public FrontendDataTypeController {
ProfileSyncComponentsFactory* profile_sync_factory,
Profile* profile,
ProfileSyncService* sync_service);
- virtual ~SessionDataTypeController();
SessionModelAssociator* GetModelAssociator();
@@ -29,6 +28,8 @@ class SessionDataTypeController : public FrontendDataTypeController {
virtual syncable::ModelType type() const OVERRIDE;
private:
+ virtual ~SessionDataTypeController();
+
// FrontendDataTypeController implementations.
// Datatype specific creation of sync components.
virtual void CreateSyncComponents() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698