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

Unified Diff: webkit/browser/blob/local_file_stream_reader.h

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 | « content/content_tests.gypi ('k') | webkit/browser/blob/local_file_stream_reader_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/blob/local_file_stream_reader.h
diff --git a/webkit/browser/blob/local_file_stream_reader.h b/webkit/browser/blob/local_file_stream_reader.h
index 1e125d0c46f6c32be95f782cf391cd4c9aaa1a5d..c96cb5a78621892deda64a95321fae05e3c5539d 100644
--- a/webkit/browser/blob/local_file_stream_reader.h
+++ b/webkit/browser/blob/local_file_stream_reader.h
@@ -18,6 +18,10 @@ namespace base {
class TaskRunner;
}
+namespace content {
+class LocalFileStreamReaderTest;
+}
+
namespace net {
class FileStream;
}
@@ -39,7 +43,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT LocalFileStreamReader
private:
friend class FileStreamReader;
- friend class LocalFileStreamReaderTest;
+ friend class content::LocalFileStreamReaderTest;
LocalFileStreamReader(base::TaskRunner* task_runner,
const base::FilePath& file_path,
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/browser/blob/local_file_stream_reader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698