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

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: Fixed for ChromeOS again. Created 9 years, 4 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 d41d46bc4b96fcc0e2c034c2945527fd82988b34..3a71c55f841e13cc52b7d5b35460e102c780b907 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