Index: content/public/browser/content_browser_client.h |
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
index 739f4c0ff75af62c174a2946713df93deca519bb..eef24be88838263c6781017ed77fe86f6797a0f5 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -37,7 +37,6 @@ |
#endif |
class GURL; |
-struct WebPreferences; |
namespace base { |
class CommandLine; |
@@ -106,6 +105,7 @@ class WebContentsViewDelegate; |
struct MainFunctionParams; |
struct Referrer; |
struct ShowDesktopNotificationHostMsgParams; |
+struct WebPreferences; |
// A mapping from the scheme name to the protocol handler that services its |
// content. |