diff options
author | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-27 06:22:01 +0000 |
---|---|---|
committer | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-27 06:22:01 +0000 |
commit | 3530cd9023fed0204e7df17b11f121d89ca6303a (patch) | |
tree | b229d5401cecff76cad5738384246b930719c3e4 /chrome/chrome_common.gypi | |
parent | c6c3877915cab1a18268dd21e4c6c3cf7b3863b1 (diff) | |
download | chromium_src-3530cd9023fed0204e7df17b11f121d89ca6303a.zip chromium_src-3530cd9023fed0204e7df17b11f121d89ca6303a.tar.gz chromium_src-3530cd9023fed0204e7df17b11f121d89ca6303a.tar.bz2 |
Rename Dns prefetching files to Predictor files
We are now doing more than DNS pre-resolution, and want
to do TCP/IP pre-warming. This change uses the updated
class names etc., and tries to use Predictor as the
common element in most names.
r=mbelshe
Review URL: http://codereview.chromium.org/2866026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 444f881..9e5e562 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -320,10 +320,10 @@ 'target_name': 'common_net', 'type': '<(library)', 'sources': [ - 'common/net/dns.h', 'common/net/http_return.h', 'common/net/net_resource_provider.cc', 'common/net/net_resource_provider.h', + 'common/net/predictor_common.h', 'common/net/socket_stream.h', 'common/net/url_fetcher.cc', 'common/net/url_fetcher.h', |