Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus-android/jni/Utils.h

Issue 29424615: Issue 4231 - Fix unstable FilterEngineTest.testSetRemoveFilterChangeCallback (Closed)
Patch Set: changed impl for reading file as bytes array, modified test. AndroidFileSystem now does not resolveā€¦ Created May 29, 2017, 11:26 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: libadblockplus-android/jni/Utils.h
diff --git a/libadblockplus-android/jni/Utils.h b/libadblockplus-android/jni/Utils.h
index a79518cacc76b3541dbcd649a77fdb1bc9ccdc01..46a6bdef1d30f608fb45a106fbb2de1f84ea4eb7 100644
--- a/libadblockplus-android/jni/Utils.h
+++ b/libadblockplus-android/jni/Utils.h
@@ -31,6 +31,14 @@
#define ABP_JNI_VERSION JNI_VERSION_1_6
+namespace AdblockPlus
sergei 2017/08/07 12:50:00 This will be removed after rabasing.
+{
+ namespace Utils
+ {
+ std::string Slurp(std::istream& stream);
+ }
+}
+
void JniUtils_OnLoad(JavaVM* vm, JNIEnv* env, void* reserved);
void JniUtils_OnUnload(JavaVM* vm, JNIEnv* env, void* reserved);

Powered by Google App Engine
This is Rietveld