| Index: media/base/test_data_util.cc
|
| diff --git a/media/base/test_data_util.cc b/media/base/test_data_util.cc
|
| index e84fdaf188a9ca158e2052faca9b219c74e0bd61..9c62c578cdfe767991f0f5de883b44670fb8e390 100644
|
| --- a/media/base/test_data_util.cc
|
| +++ b/media/base/test_data_util.cc
|
| @@ -11,7 +11,7 @@
|
|
|
| namespace media {
|
|
|
| -FilePath GetTestDataFilePath(const std::string& name) {
|
| +base::FilePath GetTestDataFilePath(const std::string& name) {
|
| base::FilePath file_path;
|
| CHECK(PathService::Get(base::DIR_SOURCE_ROOT, &file_path));
|
|
|
|
|