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

Unified Diff: webkit/fileapi/sandbox_mount_point_provider_unittest.cc

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: Reflected the comments and rebased. Created 9 years, 5 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/fileapi/sandbox_mount_point_provider_unittest.cc
diff --git a/webkit/fileapi/sandbox_mount_point_provider_unittest.cc b/webkit/fileapi/sandbox_mount_point_provider_unittest.cc
index 511a01365bbaf42bf467d36da00becaa220a81aa..3bfe8c3316c9900c6fc0ca9cb5dd91d51b548e83 100644
--- a/webkit/fileapi/sandbox_mount_point_provider_unittest.cc
+++ b/webkit/fileapi/sandbox_mount_point_provider_unittest.cc
@@ -180,8 +180,8 @@ class SandboxMountPointProviderMigrationTest : public testing::Test {
return path_manager()->sandbox_provider();
}
- FileSystemFileUtil* file_util() {
- return sandbox_provider()->GetFileSystemFileUtil();
+ FileApiFileUtil* file_util() {
+ return sandbox_provider()->GetFileUtil();
}
void OnGetRootPath(bool success, const FilePath& unused,

Powered by Google App Engine
This is Rietveld 408576698