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

Unified Diff: webkit/browser/fileapi/sandbox_file_system_test_helper.h

Issue 15959006: Deprecate FileSystemMountPointProvider::GetFileSystemRootPathOnFileThread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
Index: webkit/browser/fileapi/sandbox_file_system_test_helper.h
diff --git a/webkit/browser/fileapi/sandbox_file_system_test_helper.h b/webkit/browser/fileapi/sandbox_file_system_test_helper.h
index 65ad9228cd16a9dd7701277567924bcc05c3140f..c711713e00a06c60bc776e24648544ef24bcd97c 100644
--- a/webkit/browser/fileapi/sandbox_file_system_test_helper.h
+++ b/webkit/browser/fileapi/sandbox_file_system_test_helper.h
@@ -50,7 +50,7 @@ class SandboxFileSystemTestHelper {
quota::QuotaManagerProxy* quota_manager_proxy);
void TearDown();
- base::FilePath GetOriginRootPath() const;
+ base::FilePath GetOriginRootPath();
base::FilePath GetLocalPath(const base::FilePath& path);
base::FilePath GetLocalPathFromASCII(const std::string& path);
@@ -68,7 +68,7 @@ class SandboxFileSystemTestHelper {
// This doesn't work with OFSFU.
int64 ComputeCurrentOriginUsage();
- int64 ComputeCurrentDirectoryDatabaseUsage() const;
+ int64 ComputeCurrentDirectoryDatabaseUsage();
LocalFileSystemOperation* NewOperation();
FileSystemOperationContext* NewOperationContext();
« no previous file with comments | « webkit/browser/fileapi/local_file_util_unittest.cc ('k') | webkit/browser/fileapi/sandbox_file_system_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698