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

Unified Diff: chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc

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/non_frontend_data_type_controller_unittest.cc
diff --git a/chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc b/chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc
index 5cab67f4a862c21d1c1ff3eec4b7f335ab839b55..48344a9966bdec535eeefc47245adda3eae642fe 100644
--- a/chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc
+++ b/chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc
@@ -66,6 +66,8 @@ class NonFrontendDataTypeControllerFake : public NonFrontendDataTypeController {
}
private:
+ virtual ~NonFrontendDataTypeControllerFake() {}
+
virtual void CreateSyncComponents() OVERRIDE {
ProfileSyncComponentsFactory::SyncComponents sync_components =
profile_sync_factory()->

Powered by Google App Engine
This is Rietveld 408576698