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

Unified Diff: content/browser/geolocation/geolocation_provider_unittest.cc

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/geolocation_provider_unittest.cc
diff --git a/content/browser/geolocation/geolocation_provider_unittest.cc b/content/browser/geolocation/geolocation_provider_unittest.cc
index b99de63bce1eeb5d0c05f58cfb9bf092168c10b4..4262909fef2f7037a559e198bed74d1dea4a9135 100644
--- a/content/browser/geolocation/geolocation_provider_unittest.cc
+++ b/content/browser/geolocation/geolocation_provider_unittest.cc
@@ -138,6 +138,8 @@ class MockDependencyFactory : public GeolocationArbitratorDependencyFactory {
}
private:
+ virtual ~MockDependencyFactory() {}
+
MessageLoop* test_loop_;
scoped_refptr<AccessTokenStore> access_token_store_;
};

Powered by Google App Engine
This is Rietveld 408576698