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

Unified Diff: components/cronet/android/test/test_upload_data_stream_handler.cc

Issue 2215903002: Add missing using declarations in cronet code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix-cronet
Patch Set: Created 4 years, 4 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: components/cronet/android/test/test_upload_data_stream_handler.cc
diff --git a/components/cronet/android/test/test_upload_data_stream_handler.cc b/components/cronet/android/test/test_upload_data_stream_handler.cc
index 7cc6af40096216535de9ac6c6037792cc1bb6b69..92de649a418bd960d618f7d25315d33f438f1fb8 100644
--- a/components/cronet/android/test/test_upload_data_stream_handler.cc
+++ b/components/cronet/android/test/test_upload_data_stream_handler.cc
@@ -14,6 +14,8 @@
#include "jni/TestUploadDataStreamHandler_jni.h"
#include "net/base/net_errors.h"
+using base::android::JavaParamRef;
+
namespace cronet {
static const size_t kReadBufferSize = 32768;

Powered by Google App Engine
This is Rietveld 408576698