Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: chrome/utility/media_galleries/iapps_xml_utils.h

Issue 252683006: Remove ClosePlatformFile from media galleries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra space Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/utility/chrome_content_utility_client.cc ('k') | chrome/utility/media_galleries/iapps_xml_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/utility/chrome_content_utility_client.cc ('k') | chrome/utility/media_galleries/iapps_xml_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698