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

Unified Diff: webkit/fileapi/file_system_test_helper.h

Issue 7470037: [Refactor] to rename and re-layer the file_util stack layers. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebased on the svn tree. Created 9 years, 3 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 | « webkit/fileapi/file_system_quota_unittest.cc ('k') | webkit/fileapi/file_system_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_test_helper.h
diff --git a/webkit/fileapi/file_system_test_helper.h b/webkit/fileapi/file_system_test_helper.h
index 248290e999bade94ecac24605cd1e122b84b94ea..65623182909611acc20c990852ab7baffa50c6a7 100644
--- a/webkit/fileapi/file_system_test_helper.h
+++ b/webkit/fileapi/file_system_test_helper.h
@@ -43,9 +43,9 @@ class FileSystemTestOriginHelper {
// If you want to use more than one FileSystemTestOriginHelper in a single
// base directory, they have to share a context, so that they don't have
// multiple databases fighting over the lock to the origin directory [deep
- // down inside ObfuscatedFileSystemFileUtil].
+ // down inside ObfuscatedFileUtil].
void SetUp(FileSystemContext* file_system_context,
- FileSystemFileUtil* file_util);
+ FileSystemFileUtil* file_util);
void SetUp(const FilePath& base_dir,
bool incognito_mode,
bool unlimited_quota,
« no previous file with comments | « webkit/fileapi/file_system_quota_unittest.cc ('k') | webkit/fileapi/file_system_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698