| 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 5bed0a9398d2e77aa7569cfad439f9f3461c257c..5c70b4e3818385d9acafe3b6cb441d2794a29bb7 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.
|
|
|