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

Unified Diff: chrome/browser/sync/glue/search_engine_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/search_engine_data_type_controller.h
diff --git a/chrome/browser/sync/glue/search_engine_data_type_controller.h b/chrome/browser/sync/glue/search_engine_data_type_controller.h
index 9719a29c823e0e369ccfec4773565e0f80991b74..f8e0066bd3f2cd98d41be8d97981106ab4a31022 100644
--- a/chrome/browser/sync/glue/search_engine_data_type_controller.h
+++ b/chrome/browser/sync/glue/search_engine_data_type_controller.h
@@ -23,7 +23,6 @@ class SearchEngineDataTypeController : public UIDataTypeController,
ProfileSyncComponentsFactory* profile_sync_factory,
Profile* profile,
ProfileSyncService* sync_service);
- virtual ~SearchEngineDataTypeController();
// content::NotificationObserver interface.
virtual void Observe(int type,
@@ -31,6 +30,8 @@ class SearchEngineDataTypeController : public UIDataTypeController,
const content::NotificationDetails& details) OVERRIDE;
private:
+ virtual ~SearchEngineDataTypeController();
+
// FrontendDataTypeController implementations.
virtual bool StartModels() OVERRIDE;
virtual void StopModels() OVERRIDE;
« no previous file with comments | « chrome/browser/sync/glue/password_model_worker.cc ('k') | chrome/browser/sync/glue/search_engine_data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698