Index: android_webview/native/aw_web_preferences_populater_impl.cc |
diff --git a/android_webview/native/aw_web_preferences_populater_impl.cc b/android_webview/native/aw_web_preferences_populater_impl.cc |
index d8947c53fa2f2e611f0a7e6b665a09f59c2b9a03..5228267e4c6a6bc21611725551bb7a265c369f75 100644 |
--- a/android_webview/native/aw_web_preferences_populater_impl.cc |
+++ b/android_webview/native/aw_web_preferences_populater_impl.cc |
@@ -16,11 +16,11 @@ AwWebPreferencesPopulaterImpl::~AwWebPreferencesPopulaterImpl() { |
void AwWebPreferencesPopulaterImpl::PopulateFor( |
content::WebContents* web_contents, |
- WebPreferences* web_prefs) { |
+ content::WebPreferences* web_prefs) { |
AwSettings* aw_settings = AwSettings::FromWebContents(web_contents); |
if (aw_settings) { |
aw_settings->PopulateWebPreferences(web_prefs); |
} |
} |
-} |
+} // namespace android_webview |