Cleanup VersionInfo after componentization.

Remove wrapper methods around version_info free functions and directly
call them instead and fixes #include if only the component is required.

Convert VersionInfo methods to free functions (as they do not have
state) and rename GetVersionStringModifier to GetChannelString.

Rename chrome/common/{chrome_version_info => channel_info}*.

Forward-declare version_info::Channel in channel_info.h and add the
missing #include of components/version_info/version_info.h were needed.

BUG=514562

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

Cr-Commit-Position: refs/heads/master@{#341568}
191 files changed