Chromium Code Reviews| Index: chrome/browser/net/predictor.h |
| diff --git a/chrome/browser/net/predictor.h b/chrome/browser/net/predictor.h |
| index 08ac32218ac4880b66466166f785e5adc1a400ce..11b956c9efbd81efde92e5ac3a6807b74ec5c249 100644 |
| --- a/chrome/browser/net/predictor.h |
| +++ b/chrome/browser/net/predictor.h |
| @@ -33,7 +33,7 @@ |
| #include "chrome/browser/net/spdyproxy/proxy_advisor.h" |
| #include "chrome/browser/net/timed_cache.h" |
| #include "chrome/browser/net/url_info.h" |
| -#include "chrome/common/net/predictor_common.h" |
| +#include "components/predictor/common/predictor_common.h" |
|
Nico
2014/10/28 20:07:19
is "predictor" the best name if this is just in co
gunsch
2014/10/28 20:47:32
Sounds like a +1 to blundell's idea, so renaming t
|
| #include "net/base/host_port_pair.h" |
| class IOThread; |
| @@ -60,8 +60,8 @@ class PrefRegistrySyncable; |
| namespace chrome_browser_net { |
| -typedef chrome_common_net::UrlList UrlList; |
| -typedef chrome_common_net::NameList NameList; |
| +typedef predictor::UrlList UrlList; |
| +typedef predictor::NameList NameList; |
| typedef std::map<GURL, UrlInfo> Results; |
| // An observer for testing. |