// Copyright 2013 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_MEDIA_MEDIA_BROWSERTEST_H_ #define CONTENT_BROWSER_MEDIA_MEDIA_BROWSERTEST_H_ #include <string> #include "base/strings/string_split.h" #include "base/test/scoped_feature_list.h" #include "content/public/test/content_browser_test.h" namespace content { class TitleWatcher; // A base class for media related browser tests. class MediaBrowserTest : public ContentBrowserTest { … }; } // namespace content #endif // CONTENT_BROWSER_MEDIA_MEDIA_BROWSERTEST_H_