Rebase.CurrentRevision is just a wrapper around Rebase. Instead of extending RetryingRestModifyView and calling the applyImpl method from Rebase to bypass the retrying from Rebase, we can simply implement RestModifyView and delegate to the apply method of Rebase which takes care of the retrying. Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: I307bb24c47100964b9b0e9d3666f95fab6e857a6