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

Unified Diff: content/browser/quota/quota_reservation_manager_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/quota/quota_backend_impl_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/quota/quota_reservation_manager_unittest.cc
diff --git a/webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc b/content/browser/quota/quota_reservation_manager_unittest.cc
similarity index 98%
rename from webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc
rename to content/browser/quota/quota_reservation_manager_unittest.cc
index 7b2b7388114d6d553bb8c8e2bb184ff0e34d920a..2bb6856b97d781619eb232ab49716e12e92f3fca 100644
--- a/webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc
+++ b/content/browser/quota/quota_reservation_manager_unittest.cc
@@ -15,7 +15,13 @@
#include "webkit/browser/fileapi/quota/open_file_handle.h"
#include "webkit/browser/fileapi/quota/quota_reservation.h"
-namespace fileapi {
+using fileapi::FileSystemType;
+using fileapi::kFileSystemTypeTemporary;
+using fileapi::OpenFileHandle;
+using fileapi::QuotaReservation;
+using fileapi::QuotaReservationManager;
+
+namespace content {
namespace {
@@ -359,4 +365,4 @@ TEST_F(QuotaReservationManagerTest, ClientCrash) {
EXPECT_EQ(kInitialFileSize + 10, fake_backend()->on_memory_usage());
}
-} // namespace fileapi
+} // namespace content
« no previous file with comments | « content/browser/quota/quota_backend_impl_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698