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

Unified Diff: android_webview/browser/aw_content_browser_client.h

Issue 357203003: Move webpreferences.* from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment Created 6 years, 6 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/browser/aw_content_browser_client.h
diff --git a/android_webview/browser/aw_content_browser_client.h b/android_webview/browser/aw_content_browser_client.h
index 355f74327e981b1d43af847d5f07226acd6e1388..d02299ed7fc7a6436a3d21ae759fdbe0cc9225d7 100644
--- a/android_webview/browser/aw_content_browser_client.h
+++ b/android_webview/browser/aw_content_browser_client.h
@@ -11,8 +11,6 @@
#include "base/memory/scoped_ptr.h"
#include "content/public/browser/content_browser_client.h"
-struct WebPreferences;
-
namespace android_webview {
class AwBrowserContext;
@@ -175,7 +173,7 @@ class AwContentBrowserClient : public content::ContentBrowserClient {
const content::SocketPermissionRequest* params) OVERRIDE;
virtual void OverrideWebkitPrefs(content::RenderViewHost* rvh,
const GURL& url,
- WebPreferences* web_prefs) OVERRIDE;
+ content::WebPreferences* web_prefs) OVERRIDE;
#if defined(VIDEO_HOLE)
virtual content::ExternalVideoSurfaceContainer*
OverrideCreateExternalVideoSurfaceContainer(

Powered by Google App Engine
This is Rietveld 408576698