| 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();
|
|
|