Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Unified Diff: chrome/browser/net/predictor.h

Issue 644123002: Componentize renderer side of DNS prefetching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: trybot fixes: 1) hide gyp target from ios 2) UintToString --> SizeTToString Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/net/predictor_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/predictor.h
diff --git a/chrome/browser/net/predictor.h b/chrome/browser/net/predictor.h
index 08ac32218ac4880b66466166f785e5adc1a400ce..0d0aaacdd70729901ec1cb9c935811e7668b8988 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/dns_prefetch/common/prefetch_common.h"
#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 dns_prefetch::UrlList UrlList;
+typedef dns_prefetch::NameList NameList;
typedef std::map<GURL, UrlInfo> Results;
// An observer for testing.
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/net/predictor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698