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

Unified Diff: chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util.h

Issue 2589643002: mediaview: Register ARC documents provider file system. (Closed)
Patch Set: . Created 4 years 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
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);

Powered by Google App Engine
This is Rietveld 408576698