| 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();
|
|
|