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_ |