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

Unified Diff: content/browser/fileapi/local_file_stream_writer_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
Index: content/browser/fileapi/local_file_stream_writer_unittest.cc
diff --git a/webkit/browser/fileapi/local_file_stream_writer_unittest.cc b/content/browser/fileapi/local_file_stream_writer_unittest.cc
similarity index 98%
rename from webkit/browser/fileapi/local_file_stream_writer_unittest.cc
rename to content/browser/fileapi/local_file_stream_writer_unittest.cc
index a4140442bfc83ec486e3f267456c27c5d4d1cfc6..5bd19ae25eff533e905647893bdb7633283118bf 100644
--- a/webkit/browser/fileapi/local_file_stream_writer_unittest.cc
+++ b/content/browser/fileapi/local_file_stream_writer_unittest.cc
@@ -18,7 +18,10 @@
#include "net/base/test_completion_callback.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace fileapi {
+using fileapi::FileStreamWriter;
+using fileapi::LocalFileStreamWriter;
+
+namespace content {
class LocalFileStreamWriterTest : public testing::Test {
public:
@@ -174,4 +177,4 @@ TEST_F(LocalFileStreamWriterTest, CancelWrite) {
EXPECT_EQ(net::OK, cancel_result);
}
-} // namespace fileapi
+} // namespace content
« no previous file with comments | « content/browser/fileapi/isolated_context_unittest.cc ('k') | content/browser/fileapi/native_file_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698