| Index: content/browser/fileapi/isolated_context_unittest.cc
|
| diff --git a/webkit/browser/fileapi/isolated_context_unittest.cc b/content/browser/fileapi/isolated_context_unittest.cc
|
| similarity index 97%
|
| rename from webkit/browser/fileapi/isolated_context_unittest.cc
|
| rename to content/browser/fileapi/isolated_context_unittest.cc
|
| index 156181d62107101622764b46eb81e98fd834f482..0ffb4178000ef915152e925d95ed887372bf50cd 100644
|
| --- a/webkit/browser/fileapi/isolated_context_unittest.cc
|
| +++ b/content/browser/fileapi/isolated_context_unittest.cc
|
| @@ -18,7 +18,15 @@
|
| #define DRIVE
|
| #endif
|
|
|
| -namespace fileapi {
|
| +using fileapi::FileSystemMountOption;
|
| +using fileapi::FileSystemType;
|
| +using fileapi::FileSystemURL;
|
| +using fileapi::IsolatedContext;
|
| +using fileapi::kFileSystemTypeDragged;
|
| +using fileapi::kFileSystemTypeIsolated;
|
| +using fileapi::kFileSystemTypeNativeLocal;
|
| +
|
| +namespace content {
|
|
|
| typedef IsolatedContext::MountPointInfo FileInfo;
|
|
|
| @@ -342,4 +350,4 @@ TEST_F(IsolatedContextTest, VirtualFileSystemTests) {
|
| ASSERT_EQ(test_virtual_path, cracked_path);
|
| }
|
|
|
| -} // namespace fileapi
|
| +} // namespace content
|
|
|