| Index: chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util.h
|
| diff --git a/chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util.h b/chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util.h
|
| index 19b365ab4d8320aa70b064d68a6810a16bccf834..b787f39acdd09df2c68959759403f187db4e6db1 100644
|
| --- a/chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util.h
|
| +++ b/chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util.h
|
| @@ -15,10 +15,10 @@ class FileSystemURL;
|
| namespace arc {
|
|
|
| // The name of the ARC content file system mount point.
|
| -extern const char kMountPointName[];
|
| +extern const char kContentFileSystemMountPointName[];
|
|
|
| // The path of the ARC content file system mount point.
|
| -extern const base::FilePath::CharType kMountPointPath[];
|
| +extern const base::FilePath::CharType kContentFileSystemMountPointPath[];
|
|
|
| // Escapes the given ARC URL.
|
| std::string EscapeArcUrl(const GURL& arc_url);
|
|
|