Chromium Code Reviews| 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 |