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

Unified Diff: content/browser/fileapi/file_system_url_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/file_system_url_unittest.cc
diff --git a/webkit/browser/fileapi/file_system_url_unittest.cc b/content/browser/fileapi/file_system_url_unittest.cc
similarity index 96%
rename from webkit/browser/fileapi/file_system_url_unittest.cc
rename to content/browser/fileapi/file_system_url_unittest.cc
index c5a632c735cd3aa63741abd6e9e38e3060804596..74a413327863b8f3c122727dc6e5fb4d528c3952 100644
--- a/webkit/browser/fileapi/file_system_url_unittest.cc
+++ b/content/browser/fileapi/file_system_url_unittest.cc
@@ -18,7 +18,14 @@
#define DRIVE FPL("/a/")
#endif
-namespace fileapi {
+using fileapi::FileSystemURL;
+using fileapi::kFileSystemTypeExternal;
+using fileapi::kFileSystemTypeIsolated;
+using fileapi::kFileSystemTypePersistent;
+using fileapi::kFileSystemTypeTemporary;
+using fileapi::VirtualPath;
+
+namespace content {
namespace {
@@ -210,4 +217,4 @@ TEST(FileSystemURLTest, IsInSameFileSystem) {
EXPECT_FALSE(url_foo_temp_a.IsInSameFileSystem(url_bar_perm_a));
}
-} // namespace fileapi
+} // namespace content
« no previous file with comments | « content/browser/fileapi/external_mount_points_unittest.cc ('k') | content/browser/fileapi/file_system_usage_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698