Index: media/tools/player_x11/player_x11.cc |
diff --git a/media/tools/player_x11/player_x11.cc b/media/tools/player_x11/player_x11.cc |
index a91e11d7848a5bc86c21341b94724e00e0f4dacd..5b112cfb7935d0a7ef1048dc9fb2683c529ef7d0 100644 |
--- a/media/tools/player_x11/player_x11.cc |
+++ b/media/tools/player_x11/player_x11.cc |
@@ -48,7 +48,7 @@ scoped_refptr<media::FileDataSource> CreateFileDataSource( |
const std::string& file_path) { |
scoped_refptr<media::FileDataSource> file_data_source( |
new media::FileDataSource()); |
- CHECK(file_data_source->Initialize(FilePath(file_path))); |
+ CHECK(file_data_source->Initialize(base::FilePath(file_path))); |
return file_data_source; |
} |