[Sync] Clean up some complexity in PassphraseTypeDialogFragment
commitb77d7fda761cad411f716c33bc82b0f085627530
authormaxbogue <maxbogue@chromium.org>
Mon, 1 Jun 2015 15:49:39 +0000 (1 08:49 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 1 Jun 2015 15:51:20 +0000 (1 15:51 +0000)
tree699db2c5630d5be2aa3e0877732fc9210d6dd3a1
parentf869ce28d75ce9ba70516a00f38b23e996463f7f
[Sync] Clean up some complexity in PassphraseTypeDialogFragment

PassphraseTypeUiElementContainer and PassphraseTypeUiElement were
wrappers around a List and a list element. Perhaps they served some
purpose in the past, but now they are simply unnecessary and an actual
List<PassphraseType> object is sufficient.

BUG=488563

Review URL: https://codereview.chromium.org/1138683004

Cr-Commit-Position: refs/heads/master@{#332197}
chrome/android/java/src/org/chromium/chrome/browser/sync/ui/PassphraseTypeDialogFragment.java