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

Unified Diff: chrome/browser/sync/glue/bookmark_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/bookmark_data_type_controller.h
diff --git a/chrome/browser/sync/glue/bookmark_data_type_controller.h b/chrome/browser/sync/glue/bookmark_data_type_controller.h
index 60d7e4d8548d004dfbb6a4bac8c8ec719690c8ea..15992eb2f3bbe9c7ec216cc22dc7f9ee7dffbb7c 100644
--- a/chrome/browser/sync/glue/bookmark_data_type_controller.h
+++ b/chrome/browser/sync/glue/bookmark_data_type_controller.h
@@ -23,7 +23,6 @@ class BookmarkDataTypeController : public FrontendDataTypeController,
ProfileSyncComponentsFactory* profile_sync_factory,
Profile* profile,
ProfileSyncService* sync_service);
- virtual ~BookmarkDataTypeController();
// FrontendDataTypeController interface.
virtual syncable::ModelType type() const OVERRIDE;
@@ -34,6 +33,8 @@ class BookmarkDataTypeController : public FrontendDataTypeController,
const content::NotificationDetails& details) OVERRIDE;
private:
+ virtual ~BookmarkDataTypeController();
+
// FrontendDataTypeController interface.
virtual bool StartModels() OVERRIDE;
virtual void CleanUpState() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698