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

Unified Diff: content/browser/geolocation/arbitrator_dependency_factory.h

Issue 10068037: RefCounted types should not have public destructors, content/browser part 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MSVC fixes 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: content/browser/geolocation/arbitrator_dependency_factory.h
diff --git a/content/browser/geolocation/arbitrator_dependency_factory.h b/content/browser/geolocation/arbitrator_dependency_factory.h
index 3d3de986fe9875c00be2458c61a794af70cd6d01..a2ca1342f14dd6d6746023cf49f73aba3ecfabec 100644
--- a/content/browser/geolocation/arbitrator_dependency_factory.h
+++ b/content/browser/geolocation/arbitrator_dependency_factory.h
@@ -61,6 +61,9 @@ class CONTENT_EXPORT DefaultGeolocationArbitratorDependencyFactory
const GURL& url,
const string16& access_token) OVERRIDE;
virtual LocationProviderBase* NewSystemLocationProvider() OVERRIDE;
+
+ protected:
+ virtual ~DefaultGeolocationArbitratorDependencyFactory();
};
#endif // CONTENT_BROWSER_GEOLOCATION_ARBITRATOR_DEPENDENCY_FACTORY_H_

Powered by Google App Engine
This is Rietveld 408576698