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

Unified Diff: chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc

Issue 244623003: [fsp] [recommit] Add FileSystemURLParser to the file system provider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 8 months 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/file_system_provider/mount_path_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
diff --git a/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc b/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
index 3da58a63f60c2881c38b38a4625c81086988e69f..8b18bb82660c109e2f6dbd2f3730134bf9bed3f0 100644
--- a/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
+++ b/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
@@ -151,7 +151,7 @@ class FileSystemProviderProviderAsyncFileUtilTest : public testing::Test {
profile_.reset(new TestingProfile);
async_file_util_.reset(new internal::ProviderAsyncFileUtil);
const base::FilePath mount_path =
- util::GetMountPointPath(profile_.get(), kExtensionId, kFileSystemId);
+ util::GetMountPath(profile_.get(), kExtensionId, kFileSystemId);
file_system_context_ =
content::CreateFileSystemContextForTesting(NULL, data_dir_.path());
« no previous file with comments | « no previous file | chrome/browser/chromeos/file_system_provider/mount_path_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698