Index: content/browser/media/media_browsertest.h |
diff --git a/content/browser/media/media_browsertest.h b/content/browser/media/media_browsertest.h |
index 5da684e0052e7391a31ad97338ebd324fbd8ccd7..013283b1ed6386a1c57b15734e6cec87a2a827cd 100644 |
--- a/content/browser/media/media_browsertest.h |
+++ b/content/browser/media/media_browsertest.h |
@@ -17,6 +17,8 @@ class MediaBrowserTest : public ContentBrowserTest { |
typedef std::pair<const char*, const char*> StringPair; |
+ virtual void SetUp() OVERRIDE; |
+ |
// Runs a html page with a list of URL query parameters. |
// If http is true, the test starts a local http test server to load the test |
// page, otherwise a local file URL is loaded inside the content shell. |