Fix the build

Change-Id: I9f8d60354c20f768bf6f20746cc5acf8edc26a8d
diff --git a/src/com/android/exchange/eas/EasSyncBase.java b/src/com/android/exchange/eas/EasSyncBase.java
index 98763c5..3655a55 100644
--- a/src/com/android/exchange/eas/EasSyncBase.java
+++ b/src/com/android/exchange/eas/EasSyncBase.java
@@ -127,7 +127,7 @@
         while (result == RESULT_MORE_AVAILABLE) {
             result = super.performOperation();
             if (result == RESULT_MORE_AVAILABLE || result == RESULT_DONE) {
-                mCollectionTypeHandler.cleanup(mContext, mAccount, result);
+                mCollectionTypeHandler.cleanup(mContext, mAccount);
             }
             // TODO: Clear pending request queue.
             final String newKey = getSyncKey();