summaryrefslogtreecommitdiffstats
path: root/content/test/webrtc_content_browsertest_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/webrtc_content_browsertest_base.h')
-rw-r--r--content/test/webrtc_content_browsertest_base.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/test/webrtc_content_browsertest_base.h b/content/test/webrtc_content_browsertest_base.h
index 885b996..8d0112c 100644
--- a/content/test/webrtc_content_browsertest_base.h
+++ b/content/test/webrtc_content_browsertest_base.h
@@ -4,14 +4,16 @@
#include "content/test/content_browser_test.h"
+namespace base {
class CommandLine;
+}
namespace content {
// Contains stuff WebRTC browsertests have in common.
class WebRtcContentBrowserTest: public ContentBrowserTest {
public:
- virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
+ virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
virtual void SetUp() OVERRIDE;
protected: