Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / android_webview / native / aw_web_preferences_populater_impl.cc
index d8947c5..5228267 100644 (file)
@@ -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