| Index: media/base/test_data_util.h
|
| diff --git a/media/base/test_data_util.h b/media/base/test_data_util.h
|
| index 062bbda36428a78743e133b0ffeade049375371b..477026f5f3879fe8340989262b2d06865509f256 100644
|
| --- a/media/base/test_data_util.h
|
| +++ b/media/base/test_data_util.h
|
| @@ -17,7 +17,7 @@ namespace media {
|
| class DecoderBuffer;
|
|
|
| // Returns a file path for a file in the media/test/data directory.
|
| -FilePath GetTestDataFilePath(const std::string& name);
|
| +base::FilePath GetTestDataFilePath(const std::string& name);
|
|
|
| // Reads a test file from media/test/data directory and stores it in
|
| // a DecoderBuffer. Use DecoderBuffer vs DataBuffer to ensure no matter
|
|
|