diff options
author | sdefresne <sdefresne@chromium.org> | 2015-08-03 11:48:22 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-03 18:49:22 +0000 |
commit | 9fb6769d7d92d0f3ea0cd67be95f7450dec6c2b3 (patch) | |
tree | f73c9ff90ecf3f104358a0c5aca525755f75c402 /extensions/browser/DEPS | |
parent | 316b15d91d01ff2b78eded868de47b2eda2a02cd (diff) | |
download | chromium_src-9fb6769d7d92d0f3ea0cd67be95f7450dec6c2b3.zip chromium_src-9fb6769d7d92d0f3ea0cd67be95f7450dec6c2b3.tar.gz chromium_src-9fb6769d7d92d0f3ea0cd67be95f7450dec6c2b3.tar.bz2 |
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}
Diffstat (limited to 'extensions/browser/DEPS')
-rw-r--r-- | extensions/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/browser/DEPS b/extensions/browser/DEPS index 5bc7e92..b20ccf8 100644 --- a/extensions/browser/DEPS +++ b/extensions/browser/DEPS @@ -8,6 +8,7 @@ include_rules = [ "+components/ui/zoom", "+components/update_client", "+components/variations", + "+components/version_info", "+components/web_cache", "+components/web_modal", "+content/public/browser", |