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

Unified Diff: chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util_unittest.cc

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_unittest.cc
diff --git a/chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util_unittest.cc b/chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util_unittest.cc
index 0b3d16fb66549ad09290419b95582e85751d1c3f..e77f3cf9c741a480b88b07c9146e4e47827e7dca 100644
--- a/chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util_unittest.cc
+++ b/chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util_unittest.cc
@@ -68,7 +68,7 @@ TEST(ArcContentFileSystemUrlUtilTest, FileSystemUrlToArcUrl) {
GURL arc_url("content://org.chromium.foo/bar/baz");
base::FilePath path =
- base::FilePath(kMountPointPath)
+ base::FilePath(kContentFileSystemMountPointPath)
.Append(base::FilePath::FromUTF8Unsafe(EscapeArcUrl(arc_url)));
storage::FileSystemURL file_system_url =
storage::FileSystemURL::CreateForTest(GURL(), // origin

Powered by Google App Engine
This is Rietveld 408576698