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

Unified Diff: android_webview/native/aw_settings.h

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
« no previous file with comments | « android_webview/browser/aw_web_preferences_populater.cc ('k') | android_webview/native/aw_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_settings.h
diff --git a/android_webview/native/aw_settings.h b/android_webview/native/aw_settings.h
index 92bf658ad505446784b840f7625eda26f77956a6..dfef05eb2d7438dae8bdc7c86a626b15f36f9083 100644
--- a/android_webview/native/aw_settings.h
+++ b/android_webview/native/aw_settings.h
@@ -12,7 +12,9 @@
#include "base/memory/scoped_ptr.h"
#include "content/public/browser/web_contents_observer.h"
+namespace content{
struct WebPreferences;
+}
namespace android_webview {
@@ -37,7 +39,7 @@ class AwSettings : public content::WebContentsObserver {
void UpdateFormDataPreferencesLocked(JNIEnv* env, jobject obj);
void UpdateRendererPreferencesLocked(JNIEnv* env, jobject obj);
- void PopulateWebPreferences(WebPreferences* web_prefs);
+ void PopulateWebPreferences(content::WebPreferences* web_prefs);
private:
AwRenderViewHostExt* GetAwRenderViewHostExt();
« no previous file with comments | « android_webview/browser/aw_web_preferences_populater.cc ('k') | android_webview/native/aw_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698