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

Unified Diff: libadblockplus-android/src/org/adblockplus/libadblockplus/JniExceptionHandler.java

Issue 29361445: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: renamings, updated README Created Dec. 19, 2016, 3:04 p.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/src/org/adblockplus/libadblockplus/JniExceptionHandler.java
diff --git a/libadblockplus-android/src/org/adblockplus/libadblockplus/JniExceptionHandler.java b/libadblockplus-android/src/org/adblockplus/libadblockplus/JniExceptionHandler.java
index 90477d608c937eafd7de0dd69f5d4e0a61f6d512..8f7054d4be251beeaef64156353ecfb31dc4422f 100644
--- a/libadblockplus-android/src/org/adblockplus/libadblockplus/JniExceptionHandler.java
+++ b/libadblockplus-android/src/org/adblockplus/libadblockplus/JniExceptionHandler.java
@@ -19,7 +19,7 @@ package org.adblockplus.libadblockplus;
import java.util.concurrent.LinkedBlockingQueue;
-import org.adblockplus.android.Utils;
+import org.adblockplus.libadblockplus.android.Utils;
import android.util.Log;

Powered by Google App Engine
This is Rietveld