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

Unified Diff: content/browser/fileapi/external_mount_points_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
« no previous file with comments | « content/browser/fileapi/DEPS ('k') | content/browser/fileapi/file_system_url_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/fileapi/external_mount_points_unittest.cc
diff --git a/webkit/browser/fileapi/external_mount_points_unittest.cc b/content/browser/fileapi/external_mount_points_unittest.cc
similarity index 99%
rename from webkit/browser/fileapi/external_mount_points_unittest.cc
rename to content/browser/fileapi/external_mount_points_unittest.cc
index fa5d8d1de4644591aa9089e92535e3a38f307595..398d8ca7e91ff2a73d69fb9870ff4c0184f8578e 100644
--- a/webkit/browser/fileapi/external_mount_points_unittest.cc
+++ b/content/browser/fileapi/external_mount_points_unittest.cc
@@ -20,7 +20,7 @@
using fileapi::FileSystemURL;
-namespace {
+namespace content {
TEST(ExternalMountPointsTest, AddMountPoint) {
scoped_refptr<fileapi::ExternalMountPoints> mount_points(
@@ -503,5 +503,5 @@ TEST(ExternalMountPointsTest, MountOption) {
EXPECT_EQ(fileapi::COPY_SYNC_OPTION_SYNC, option.copy_sync_option());
}
-} // namespace
+} // namespace content
« no previous file with comments | « content/browser/fileapi/DEPS ('k') | content/browser/fileapi/file_system_url_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698