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

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

Issue 7064033: Virtual destructors should have virtual keyword. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 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/core_location_provider_mac.h
diff --git a/content/browser/geolocation/core_location_provider_mac.h b/content/browser/geolocation/core_location_provider_mac.h
index d26428d10d1e684004c633c3d1ed5ee60170579a..2c528ca1f1bc5efe2edb0ab298fe810c328910cb 100644
--- a/content/browser/geolocation/core_location_provider_mac.h
+++ b/content/browser/geolocation/core_location_provider_mac.h
@@ -18,7 +18,7 @@ class CoreLocationDataProviderMac;
class CoreLocationProviderMac : public LocationProviderBase {
public:
explicit CoreLocationProviderMac();
- ~CoreLocationProviderMac();
+ virtual ~CoreLocationProviderMac();
// LocationProvider
virtual bool StartProvider(bool high_accuracy);
« no previous file with comments | « content/browser/file_system/file_system_dispatcher_host.h ('k') | content/browser/geolocation/geolocation_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698