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

Unified Diff: android_webview/native/aw_web_preferences_populater_impl.h

Issue 893343002: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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 9831b04e581790a04b170ca9ee88ad8af6adf314..8b028450e70ab9502db6f639d372e0dab3867a5a 100644
--- a/android_webview/native/aw_web_preferences_populater_impl.h
+++ b/android_webview/native/aw_web_preferences_populater_impl.h
@@ -15,11 +15,11 @@ class AwSettings;
class AwWebPreferencesPopulaterImpl : public AwWebPreferencesPopulater {
public:
AwWebPreferencesPopulaterImpl();
- virtual ~AwWebPreferencesPopulaterImpl();
+ ~AwWebPreferencesPopulaterImpl() override;
// AwWebPreferencesPopulater
- virtual void PopulateFor(content::WebContents* web_contents,
- content::WebPreferences* web_prefs) override;
+ void PopulateFor(content::WebContents* web_contents,
+ 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