Index: components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerService.java |
diff --git a/components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerService.java b/components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerService.java |
index ff098a6ec98b302af2f39d5986d66a7c41573396..8e4ec4be2e54d8f0c29912f1e441388399591604 100644 |
--- a/components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerService.java |
+++ b/components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerService.java |
@@ -43,7 +43,7 @@ public final class DomDistillerService { |
private native boolean nativeHasEntry(long nativeDomDistillerServiceAndroid, String entryId); |
private native String nativeGetUrlForEntry( |
- long nativeDomDistillerServiceAndroid, String entryId); |
+ long nativeDomDistillerServiceAndroid, String entryId); |
private static native long nativeGetDistilledPagePrefsPtr( |
- long nativeDomDistillerServiceAndroid); |
+ long nativeDomDistillerServiceAndroid); |
} |