Index: content/browser/fileapi/local_file_util_unittest.cc |
diff --git a/content/browser/fileapi/local_file_util_unittest.cc b/content/browser/fileapi/local_file_util_unittest.cc |
index a20b18d3bff0e41ffca291ba4d5d3a6b7d6360dc..83ec6df8ce75fa1eab0efb53ca8cf9b5ef195f64 100644 |
--- a/content/browser/fileapi/local_file_util_unittest.cc |
+++ b/content/browser/fileapi/local_file_util_unittest.cc |
@@ -24,18 +24,18 @@ |
#include "webkit/common/fileapi/file_system_types.h" |
using content::AsyncFileTestHelper; |
-using fileapi::AsyncFileUtilAdapter; |
-using fileapi::FileSystemContext; |
-using fileapi::FileSystemOperationContext; |
-using fileapi::FileSystemURL; |
-using fileapi::LocalFileUtil; |
+using storage::AsyncFileUtilAdapter; |
+using storage::FileSystemContext; |
+using storage::FileSystemOperationContext; |
+using storage::FileSystemURL; |
+using storage::LocalFileUtil; |
namespace content { |
namespace { |
const GURL kOrigin("http://foo/"); |
-const fileapi::FileSystemType kFileSystemType = fileapi::kFileSystemTypeTest; |
+const storage::FileSystemType kFileSystemType = storage::kFileSystemTypeTest; |
} // namespace |