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

Unified Diff: android_webview/native/aw_web_preferences_populater_impl.h

Issue 623833003: replace OVERRIDE and FINAL with override and final in android_webview/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: android_webview/native/aw_web_preferences_populater_impl.h
diff --git a/android_webview/native/aw_web_preferences_populater_impl.h b/android_webview/native/aw_web_preferences_populater_impl.h
index dbe540a13fc4047bfe09c393957fdfbe4807047a..9831b04e581790a04b170ca9ee88ad8af6adf314 100644
--- a/android_webview/native/aw_web_preferences_populater_impl.h
+++ b/android_webview/native/aw_web_preferences_populater_impl.h
@@ -19,7 +19,7 @@ class AwWebPreferencesPopulaterImpl : public AwWebPreferencesPopulater {
// AwWebPreferencesPopulater
virtual void PopulateFor(content::WebContents* web_contents,
- content::WebPreferences* web_prefs) OVERRIDE;
+ content::WebPreferences* web_prefs) override;
};
} // namespace android_webview
« no previous file with comments | « android_webview/native/aw_web_contents_view_delegate.h ('k') | android_webview/native/aw_web_resource_response_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698