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

Unified Diff: android_webview/browser/net/android_stream_reader_url_request_job.h

Issue 1356213003: [Android WebView] Put AndroidStreamReaderURLRequestJob into a namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | android_webview/browser/net/android_stream_reader_url_request_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/net/android_stream_reader_url_request_job.h
diff --git a/android_webview/browser/net/android_stream_reader_url_request_job.h b/android_webview/browser/net/android_stream_reader_url_request_job.h
index 903ba61c2850595372d110baaf09118c29fef364..e2049edc3b8665a0d31f8ec531493c2648d00f28 100644
--- a/android_webview/browser/net/android_stream_reader_url_request_job.h
+++ b/android_webview/browser/net/android_stream_reader_url_request_job.h
@@ -16,11 +16,6 @@
#include "net/http/http_byte_range.h"
#include "net/url_request/url_request_job.h"
-namespace android_webview {
-class InputStream;
-class InputStreamReader;
-}
-
namespace base {
class TaskRunner;
}
@@ -31,6 +26,10 @@ class HttpResponseInfo;
class URLRequest;
}
+namespace android_webview {
+
+class InputStream;
+class InputStreamReader;
class InputStreamReaderWrapper;
// A request job that reads data from a Java InputStream.
@@ -120,4 +119,6 @@ class AndroidStreamReaderURLRequestJob : public net::URLRequestJob {
DISALLOW_COPY_AND_ASSIGN(AndroidStreamReaderURLRequestJob);
};
+} // namespace android_webview
+
#endif // ANDROID_WEBVIEW_NATIVE_ANDROID_STREAM_READER_URL_REQUEST_JOB_H_
« no previous file with comments | « no previous file | android_webview/browser/net/android_stream_reader_url_request_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698