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

Unified Diff: webkit/fileapi/media/mtp_device_delegate.h

Issue 11747020: Cleanup: Remove using statements from webkit/fileapi header files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 12 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 | « webkit/fileapi/media/device_media_file_util.cc ('k') | webkit/fileapi/media/native_media_file_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/media/mtp_device_delegate.h
===================================================================
--- webkit/fileapi/media/mtp_device_delegate.h (revision 174833)
+++ webkit/fileapi/media/mtp_device_delegate.h (working copy)
@@ -40,7 +40,7 @@
// Updates the temporary snapshot file contents given by |local_path| with
// media file contents given by |device_file_path| and also returns the
// metadata of the temporary file.
- virtual PlatformFileError CreateSnapshotFile(
+ virtual base::PlatformFileError CreateSnapshotFile(
const FilePath& device_file_path,
const FilePath& local_path,
base::PlatformFileInfo* file_info) = 0;
« no previous file with comments | « webkit/fileapi/media/device_media_file_util.cc ('k') | webkit/fileapi/media/native_media_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698