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

Unified Diff: content/browser/accessibility/android_granularity_movement_browsertest.cc

Issue 884103004: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | content/browser/accessibility/android_hit_testing_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/android_granularity_movement_browsertest.cc
diff --git a/content/browser/accessibility/android_granularity_movement_browsertest.cc b/content/browser/accessibility/android_granularity_movement_browsertest.cc
index 975da4ceeb8dbad278170e4ebc4808e858803015..b24fa7578962529a5a9a5d849ffc1ccf32a57656 100644
--- a/content/browser/accessibility/android_granularity_movement_browsertest.cc
+++ b/content/browser/accessibility/android_granularity_movement_browsertest.cc
@@ -33,7 +33,7 @@ const int GRANULARITY_LINE =
class AndroidGranularityMovementBrowserTest : public ContentBrowserTest {
public:
AndroidGranularityMovementBrowserTest() {}
- virtual ~AndroidGranularityMovementBrowserTest() {}
+ ~AndroidGranularityMovementBrowserTest() override {}
BrowserAccessibility* LoadUrlAndGetAccessibilityRoot(const GURL& url) {
NavigateToURL(shell(), GURL(url::kAboutBlankURL));
« no previous file with comments | « no previous file | content/browser/accessibility/android_hit_testing_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698