| Index: chrome/utility/media_galleries/iapps_xml_utils.h
|
| diff --git a/chrome/utility/media_galleries/iapps_xml_utils.h b/chrome/utility/media_galleries/iapps_xml_utils.h
|
| index dae375108dda70dfe30414f3fab8c8bafc37af4e..edee54bead9811416383506282676dd5cd4e55e4 100644
|
| --- a/chrome/utility/media_galleries/iapps_xml_utils.h
|
| +++ b/chrome/utility/media_galleries/iapps_xml_utils.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/platform_file.h"
|
| +#include "base/files/file.h"
|
|
|
| class XmlReader;
|
|
|
| @@ -32,7 +32,7 @@ bool ReadString(XmlReader* reader, std::string* result);
|
| bool ReadInteger(XmlReader* reader, uint64* result);
|
|
|
| // Read in the contents of the given library xml |file| and return as a string.
|
| -std::string ReadPlatformFileAsString(const base::PlatformFile file);
|
| +std::string ReadFileAsString(base::File file);
|
|
|
| } // namespace iapps
|
|
|
|
|