| Index: content/browser/fileapi/blob_storage_context_unittest.cc
|
| diff --git a/webkit/browser/blob/blob_storage_context_unittest.cc b/content/browser/fileapi/blob_storage_context_unittest.cc
|
| similarity index 98%
|
| rename from webkit/browser/blob/blob_storage_context_unittest.cc
|
| rename to content/browser/fileapi/blob_storage_context_unittest.cc
|
| index e2c115c21a128d7a5f3298b213b23e3b6d0e3f37..cc2905e8a798cbfec0c5c6c971b202ec26c365ab 100644
|
| --- a/webkit/browser/blob/blob_storage_context_unittest.cc
|
| +++ b/content/browser/fileapi/blob_storage_context_unittest.cc
|
| @@ -7,12 +7,14 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/time/time.h"
|
| +#include "content/browser/fileapi/blob_storage_host.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "webkit/browser/blob/blob_data_handle.h"
|
| #include "webkit/browser/blob/blob_storage_context.h"
|
| -#include "webkit/browser/blob/blob_storage_host.h"
|
|
|
| -namespace webkit_blob {
|
| +using webkit_blob::BlobDataHandle;
|
| +
|
| +namespace content {
|
|
|
| namespace {
|
| void SetupBasicBlob(BlobStorageHost* host, const std::string& id) {
|
| @@ -205,4 +207,4 @@ TEST(BlobStorageContextTest, EarlyContextDeletion) {
|
|
|
| // TODO(michaeln): tests for the depcrecated url stuff
|
|
|
| -} // namespace webkit_blob
|
| +} // namespace content
|
|
|