| 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
|
|
|