bookmarks: Eliminate more unnecessary static_casts.
commit575c64001ae466bebcadd5d40c8fd3658db90d0f
authortfarina <tfarina@chromium.org>
Thu, 15 Jan 2015 14:51:13 +0000 (15 06:51 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 15 Jan 2015 14:52:04 +0000 (15 14:52 +0000)
tree597d96ee4eb002cf940736d4ecd73f7a4d8c4e10
parent3071c1dae566b9e14449b05a427193889f603026
bookmarks: Eliminate more unnecessary static_casts.

base::Value has methods to do the type casting for us so we don't need
to do those static_cast manually.

BUG=None
TEST=components_unittests --gtest_filter=*Bookmark*
R=sky@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#311667}
components/bookmarks/browser/bookmark_codec.cc
components/bookmarks/browser/bookmark_codec_unittest.cc