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

Unified Diff: chrome/browser/sync/glue/typed_url_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/typed_url_data_type_controller.h
diff --git a/chrome/browser/sync/glue/typed_url_data_type_controller.h b/chrome/browser/sync/glue/typed_url_data_type_controller.h
index 6a173343dcba44010b4245ebc10cc78aefff822d..1b4a8294b51ffd8411873d1c813aceba32e06bfb 100644
--- a/chrome/browser/sync/glue/typed_url_data_type_controller.h
+++ b/chrome/browser/sync/glue/typed_url_data_type_controller.h
@@ -35,7 +35,6 @@ class TypedUrlDataTypeController : public NonFrontendDataTypeController,
ProfileSyncComponentsFactory* profile_sync_factory,
Profile* profile,
ProfileSyncService* sync_service);
- virtual ~TypedUrlDataTypeController();
// NonFrontendDataTypeController implementation
virtual syncable::ModelType type() const OVERRIDE;
@@ -65,6 +64,8 @@ class TypedUrlDataTypeController : public NonFrontendDataTypeController,
virtual void StopModels() OVERRIDE;
private:
+ virtual ~TypedUrlDataTypeController();
+
// Used by PostTaskOnBackendThread().
void RunTaskOnBackendThread(const base::Closure& task,
history::HistoryBackend* backend);
« no previous file with comments | « chrome/browser/sync/glue/theme_data_type_controller.cc ('k') | chrome/browser/sync/glue/typed_url_data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698