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

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

Issue 295933007: Move local_file_stream_reader_unittest from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/fileapi/local_file_stream_reader_unittest.cc
diff --git a/webkit/browser/blob/local_file_stream_reader_unittest.cc b/content/browser/fileapi/local_file_stream_reader_unittest.cc
similarity index 98%
rename from webkit/browser/blob/local_file_stream_reader_unittest.cc
rename to content/browser/fileapi/local_file_stream_reader_unittest.cc
index 1e46476e02a940cbf4cb7c687f7ee1130354e16b..4e9feef8ddaafd1120e8209765bae1014003c20b 100644
--- a/webkit/browser/blob/local_file_stream_reader_unittest.cc
+++ b/content/browser/fileapi/local_file_stream_reader_unittest.cc
@@ -18,7 +18,9 @@
#include "net/base/test_completion_callback.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace webkit_blob {
+using webkit_blob::LocalFileStreamReader;
+
+namespace content {
namespace {
@@ -253,4 +255,4 @@ TEST_F(LocalFileStreamReaderTest, DeleteWithUnfinishedRead) {
EnsureFileTaskFinished();
}
-} // namespace webkit_blob
+} // namespace content
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698