// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_BROWSER_WEBRTC_WEBRTC_CONTENT_BROWSERTEST_BASE_H_ #define CONTENT_BROWSER_WEBRTC_WEBRTC_CONTENT_BROWSERTEST_BASE_H_ #include "content/public/test/content_browser_test.h" namespace base { class CommandLine; } namespace content { // Contains stuff WebRTC browsertests have in common. class WebRtcContentBrowserTestBase : public ContentBrowserTest { … }; } // namespace content #endif // CONTENT_BROWSER_WEBRTC_WEBRTC_CONTENT_BROWSERTEST_BASE_H_