Index: chromecast/browser/test/chromecast_browser_test.h |
diff --git a/chromecast/browser/test/chromecast_browser_test.h b/chromecast/browser/test/chromecast_browser_test.h |
index 76d82469b85cf9aa98dcc2ddae295292aec57810..5d55f70607ff6707b60da8e5ccb8d995180ae9f7 100644 |
--- a/chromecast/browser/test/chromecast_browser_test.h |
+++ b/chromecast/browser/test/chromecast_browser_test.h |
@@ -15,6 +15,8 @@ class WebContents; |
} |
namespace chromecast { |
+class CastContentWindow; |
+ |
namespace shell { |
// This test allows for running an entire browser-process lifecycle per unit |
@@ -44,6 +46,7 @@ class ChromecastBrowserTest : public content::BrowserTestBase { |
private: |
scoped_ptr<content::WebContents> web_contents_; |
+ scoped_ptr<CastContentWindow> window_; |
bool setup_called_; |