summaryrefslogtreecommitdiffstats
path: root/chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h
diff options
context:
space:
mode:
authorvandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-28 21:06:48 +0000
committervandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-28 21:06:48 +0000
commit65486ad7c53dd9da35c5464bf8f6ade16bca1f58 (patch)
tree54bd4e702efaf01d0abf5c2e2ae4edb4a7cc898a /chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h
parent20e7cd1e49135d40d2d84f87358000defbf82cf6 (diff)
downloadchromium_src-65486ad7c53dd9da35c5464bf8f6ade16bca1f58.zip
chromium_src-65486ad7c53dd9da35c5464bf8f6ade16bca1f58.tar.gz
chromium_src-65486ad7c53dd9da35c5464bf8f6ade16bca1f58.tar.bz2
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
Diffstat (limited to 'chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h')
-rw-r--r--chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h2
1 files changed, 1 insertions, 1 deletions
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.