| 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
|
|
|