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

Unified Diff: chrome/browser/media_galleries/win/mtp_device_operations_util.h

Issue 318753007: Remove stale references to PlatformFile flags, errors or functions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
Index: chrome/browser/media_galleries/win/mtp_device_operations_util.h
diff --git a/chrome/browser/media_galleries/win/mtp_device_operations_util.h b/chrome/browser/media_galleries/win/mtp_device_operations_util.h
index a45f9651fbda92dc4d8c70810b4cbea3d4800976..42aee00b06a94793c94ae9694b5c797339b88f48 100644
--- a/chrome/browser/media_galleries/win/mtp_device_operations_util.h
+++ b/chrome/browser/media_galleries/win/mtp_device_operations_util.h
@@ -29,7 +29,7 @@ base::win::ScopedComPtr<IPortableDevice> OpenDevice(
const base::string16& pnp_device_id);
// Gets the details of the object specified by |object_id| from the given MTP
-// |device|. On success, returns no error (base::PLATFORM_FILE_OK) and fills in
+// |device|. On success, returns no error (base::File::FILE_OK) and fills in
// |file_entry_info|. On failure, returns the corresponding platform file error
// and |file_entry_info| is not set.
base::File::Error GetFileEntryInfo(

Powered by Google App Engine
This is Rietveld 408576698