diff options
author | pmeenan <pmeenan@chromium.org> | 2015-01-30 13:59:59 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-30 22:00:53 +0000 |
commit | ed4b6f8b7392eb64fc664aa49f2627ecb5fdc073 (patch) | |
tree | c41b78ef68d5d37d5ec28ecaaa4037607524060d /chromecast/renderer/DEPS | |
parent | 7a47c4214a06aa1778ced28dc6c57658326bbf3d (diff) | |
download | chromium_src-ed4b6f8b7392eb64fc664aa49f2627ecb5fdc073.zip chromium_src-ed4b6f8b7392eb64fc664aa49f2627ecb5fdc073.tar.gz chromium_src-ed4b6f8b7392eb64fc664aa49f2627ecb5fdc073.tar.bz2 |
Renamed the dns_prefetch component to network_predictor
This is in preparation for adding preconnect support which goes through
the same underlying plumbing. dns_prefetch was too restrictive of a
component name and was only exposing the single method.
There are no functionality changes in this CL, just the rename (the namespace was also renamed)
BUG=450682
Review URL: https://codereview.chromium.org/848303005
Cr-Commit-Position: refs/heads/master@{#314001}
Diffstat (limited to 'chromecast/renderer/DEPS')
-rw-r--r-- | chromecast/renderer/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromecast/renderer/DEPS b/chromecast/renderer/DEPS index 7e6b6e1..a15941d 100644 --- a/chromecast/renderer/DEPS +++ b/chromecast/renderer/DEPS @@ -2,7 +2,7 @@ include_rules = [ "+chromecast/common", "+chromecast/media", "+components/cdm/renderer", - "+components/dns_prefetch/renderer", + "+components/network_hints/renderer", "+content/public/renderer", "+media/base", "+third_party/WebKit/public/platform", |