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

Unified Diff: chrome/browser/geolocation/geolocation_browsertest.cc

Issue 684613002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad indent 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: chrome/browser/geolocation/geolocation_browsertest.cc
diff --git a/chrome/browser/geolocation/geolocation_browsertest.cc b/chrome/browser/geolocation/geolocation_browsertest.cc
index a28c6e59f1bb23223f9a01464d61f39ef4bdf46c..1b989fa1dfe1bcfac33f3720b6bbd6874f00866c 100644
--- a/chrome/browser/geolocation/geolocation_browsertest.cc
+++ b/chrome/browser/geolocation/geolocation_browsertest.cc
@@ -242,7 +242,7 @@ class GeolocationBrowserTest : public InProcessBrowserTest {
};
GeolocationBrowserTest();
- virtual ~GeolocationBrowserTest();
+ ~GeolocationBrowserTest() override;
// InProcessBrowserTest:
void SetUpOnMainThread() override;
« no previous file with comments | « chrome/browser/first_run/first_run_unittest.cc ('k') | chrome/browser/geolocation/geolocation_permission_context_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698