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

Unified Diff: webkit/child/multipart_response_delegate.h

Issue 291843009: Move multipart_response_delegate_unittest from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/child/multipart_response_delegate_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/multipart_response_delegate.h
diff --git a/webkit/child/multipart_response_delegate.h b/webkit/child/multipart_response_delegate.h
index efb70e2e4f23c855120aa526c12d3555584909de..c1b5c89b12220eee3472347be082bce4c78191b2 100644
--- a/webkit/child/multipart_response_delegate.h
+++ b/webkit/child/multipart_response_delegate.h
@@ -60,10 +60,12 @@ class WebURLLoader;
class WebURLLoaderClient;
}
-namespace webkit_glue {
-
+namespace content {
// Used by unit tests to access private members.
class MultipartResponseDelegateTester;
+}
+
+namespace webkit_glue {
class WEBKIT_CHILD_EXPORT MultipartResponseDelegate {
public:
@@ -98,7 +100,7 @@ class WEBKIT_CHILD_EXPORT MultipartResponseDelegate {
int64* content_range_instance_size);
private:
- friend class MultipartResponseDelegateTester; // For unittests.
+ friend class content::MultipartResponseDelegateTester; // For unittests.
// Pointers to the client and associated loader so we can make callbacks as
// we parse pieces of data.
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/child/multipart_response_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698