From 65486ad7c53dd9da35c5464bf8f6ade16bca1f58 Mon Sep 17 00:00:00 2001 From: "vandebo@chromium.org" Date: Fri, 28 Mar 2014 21:06:48 +0000 Subject: Change media galleries to external file system type to add toURL support BUG=160900 R=creis@chromium.org, joi@chromium.org, thestig@chromium.org, tsepez@chromium.org, tzik@chromium.org Review URL: https://codereview.chromium.org/185393012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260276 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h') diff --git a/chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h b/chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h index a6cfebf..e28c9a6 100644 --- a/chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h +++ b/chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h @@ -19,7 +19,7 @@ class IOBuffer; } // Asynchronous delegate for media transfer protocol (MTP) device to perform -// media device isolated file system operations. Class that implements this +// media device file system operations. Class that implements this // delegate does the actual communication with the MTP device. // The lifetime of the delegate is managed by the MTPDeviceMapService class. // Member functions and callbacks run on the IO thread. -- cgit v1.1