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

Unified Diff: content/browser/fileapi/isolated_context_unittest.cc

Issue 253753007: Move all remaining fileapi and quota unit tests from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address feedback Created 6 years, 8 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: 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

Powered by Google App Engine
This is Rietveld 408576698