Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / dom_distiller / android / java / src / org / chromium / components / dom_distiller / core / DomDistillerService.java
index ff098a6..8e4ec4b 100644 (file)
@@ -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);
 }