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

Unified Diff: content/public/test/web_contents_tester.h

Issue 357203003: Move webpreferences.* from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missed a comma - fix android_webview 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: content/public/test/web_contents_tester.h
diff --git a/content/public/test/web_contents_tester.h b/content/public/test/web_contents_tester.h
index bf03dae06cb2c138e8cd03e5adbe8e9ca3dc4bec..73ccb7e40270a008b43b0d48ed20d0def46c3e0f 100644
--- a/content/public/test/web_contents_tester.h
+++ b/content/public/test/web_contents_tester.h
@@ -8,15 +8,15 @@
#include "content/public/common/page_transition_types.h"
class GURL;
-struct WebPreferences;
namespace content {
class BrowserContext;
-struct Referrer;
class RenderViewHost;
class SiteInstance;
class WebContents;
+struct Referrer;
+struct WebPreferences;
// This interface allows embedders of content/ to write tests that depend on a
// test version of WebContents. This interface can be retrieved from any

Powered by Google App Engine
This is Rietveld 408576698