Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1101)

Unified Diff: chrome/browser/media/media_browsertest.h

Issue 2543623003: media: Allow config change between clear and encrypted streams (Closed)
Patch Set: comments addressed Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/media/encrypted_media_browsertest.cc ('k') | chrome/browser/media/media_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/media_browsertest.h
diff --git a/chrome/browser/media/media_browsertest.h b/chrome/browser/media/media_browsertest.h
index 1ad9c6ccdc722cd1c6e969b806ee3dab0dac7b36..fda6b7217420232d70b575bf86d656c478745828 100644
--- a/chrome/browser/media/media_browsertest.h
+++ b/chrome/browser/media/media_browsertest.h
@@ -15,6 +15,8 @@ namespace content {
class TitleWatcher;
}
+namespace chrome {
+
// Class used to automate running media related browser tests. The functions
// assume that media files are located under media/ folder known to the test
// http server.
@@ -57,4 +59,6 @@ class MediaBrowserTest : public InProcessBrowserTest,
bool ignore_plugin_crash_;
};
+} // namespace chrome
+
#endif // CHROME_BROWSER_MEDIA_MEDIA_BROWSERTEST_H_
« no previous file with comments | « chrome/browser/media/encrypted_media_browsertest.cc ('k') | chrome/browser/media/media_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698