| Index: chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h
|
| diff --git a/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h b/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h
|
| index c4089464c856052a29c749eb3eccfcdbd1814378..b339a70fd4fcac1684b96772b97063f4bb40330f 100644
|
| --- a/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h
|
| +++ b/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h
|
| @@ -81,7 +81,7 @@ class FileBrowserFunction : public AsyncExtensionFunction {
|
| int32 GetTabId() const;
|
|
|
| // Returns the local FilePath associated with |url|. If the file isn't of the
|
| - // type CrosMountPointProvider handles, returns an empty FilePath.
|
| + // type FileSystemBackend handles, returns an empty FilePath.
|
| //
|
| // Local paths will look like "/home/chronos/user/Downloads/foo/bar.txt" or
|
| // "/special/drive/foo/bar.txt".
|
|
|