Index: content/public/test/sandbox_file_system_test_helper.cc |
diff --git a/content/public/test/sandbox_file_system_test_helper.cc b/content/public/test/sandbox_file_system_test_helper.cc |
index 96c47ce9739a987d81d5cf34153e85dd2a655ba9..e0bb59fee5e8c740dbc3b403d24c5be7376aa4a2 100644 |
--- a/content/public/test/sandbox_file_system_test_helper.cc |
+++ b/content/public/test/sandbox_file_system_test_helper.cc |
@@ -23,13 +23,13 @@ |
using fileapi::FileSystemContext; |
using fileapi::FileSystemOperationContext; |
using fileapi::FileSystemOperationRunner; |
-using fileapi::FileSystemType; |
using fileapi::FileSystemURL; |
namespace content { |
SandboxFileSystemTestHelper::SandboxFileSystemTestHelper( |
- const GURL& origin, FileSystemType type) |
+ const GURL& origin, |
+ fileapi::FileSystemType type) |
: origin_(origin), type_(type), file_util_(NULL) { |
} |