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

Unified Diff: content/browser/fileapi/blob_storage_context_unittest.cc

Issue 231923002: Move blob_storage_host from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits 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 | « no previous file | content/browser/fileapi/blob_storage_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | content/browser/fileapi/blob_storage_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698