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

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

Issue 678073006: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bogus formatting Created 6 years, 2 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_impl_unittest.cc
diff --git a/content/browser/geolocation/geolocation_provider_impl_unittest.cc b/content/browser/geolocation/geolocation_provider_impl_unittest.cc
index 47275e1aa9490151ab84301ba5573e2363b3d6f2..f201f48e842241d7866c167feb49926dc97369ef 100644
--- a/content/browser/geolocation/geolocation_provider_impl_unittest.cc
+++ b/content/browser/geolocation/geolocation_provider_impl_unittest.cc
@@ -118,7 +118,7 @@ class GeolocationProviderTest : public testing::Test {
provider_(new LocationProviderForTestArbitrator) {
}
- virtual ~GeolocationProviderTest() {}
+ ~GeolocationProviderTest() override {}
LocationProviderForTestArbitrator* provider() { return provider_.get(); }

Powered by Google App Engine
This is Rietveld 408576698