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

Unified Diff: chrome/browser/sync/glue/new_non_frontend_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/new_non_frontend_data_type_controller.h
diff --git a/chrome/browser/sync/glue/new_non_frontend_data_type_controller.h b/chrome/browser/sync/glue/new_non_frontend_data_type_controller.h
index 12e657b1024319847ba695dfec65756bca80f1f6..aafa8688c52831e9d667be60865749aa425c5418 100644
--- a/chrome/browser/sync/glue/new_non_frontend_data_type_controller.h
+++ b/chrome/browser/sync/glue/new_non_frontend_data_type_controller.h
@@ -21,13 +21,15 @@ class NewNonFrontendDataTypeController : public NonFrontendDataTypeController {
ProfileSyncComponentsFactory* profile_sync_factory,
Profile* profile,
ProfileSyncService* sync_service);
- virtual ~NewNonFrontendDataTypeController();
virtual void Start(const StartCallback& start_callback) OVERRIDE;
virtual void Stop() OVERRIDE;
protected:
+ friend class NewNonFrontendDataTypeControllerMock;
+
NewNonFrontendDataTypeController();
+ virtual ~NewNonFrontendDataTypeController();
// Overrides of NonFrontendDataTypeController methods.
virtual void StartDone(DataTypeController::StartResult result,
« no previous file with comments | « chrome/browser/sync/glue/history_model_worker.cc ('k') | chrome/browser/sync/glue/new_non_frontend_data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698