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

Unified Diff: android_webview/native/aw_web_preferences_populater_impl.cc

Issue 357203003: Move webpreferences.* from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android fix - webview() -> web_view Created 6 years, 5 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.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
« no previous file with comments | « android_webview/native/aw_web_preferences_populater_impl.h ('k') | android_webview/renderer/print_web_view_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698