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

Unified Diff: media/filters/file_data_source.h

Issue 3064007: GTTF: more FRIEND_TEST_ALL_PREFIXES (Closed)
Patch Set: Created 10 years, 5 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 | « media/filters/ffmpeg_video_decoder.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/file_data_source.h
diff --git a/media/filters/file_data_source.h b/media/filters/file_data_source.h
index 182d5be100f32e6c1c46552d00ff265b52415f4d..445789073e973f5ef8682af74fc185b958d037a6 100644
--- a/media/filters/file_data_source.h
+++ b/media/filters/file_data_source.h
@@ -7,9 +7,9 @@
#include <string>
+#include "base/gtest_prod_util.h"
#include "base/lock.h"
#include "media/base/filters.h"
-#include "testing/gtest/include/gtest/gtest_prod.h"
namespace media {
@@ -38,9 +38,9 @@ class FileDataSource : public DataSource {
//
// TODO(scherkus): I'm getting tired of these factories getting in the way
// of my tests!!!
- FRIEND_TEST(FileDataSourceTest, OpenFile);
- FRIEND_TEST(FileDataSourceTest, ReadData);
- FRIEND_TEST(FileDataSourceTest, Seek);
+ FRIEND_TEST_ALL_PREFIXES(FileDataSourceTest, OpenFile);
+ FRIEND_TEST_ALL_PREFIXES(FileDataSourceTest, ReadData);
+ FRIEND_TEST_ALL_PREFIXES(FileDataSourceTest, Seek);
friend class FilterFactoryImpl0<FileDataSource>;
FileDataSource();
virtual ~FileDataSource();
« no previous file with comments | « media/filters/ffmpeg_video_decoder.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698