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

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

Issue 2866026: Rename Dns prefetching files to Predictor files... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 months 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/net/dns_master_unittest.cc ('k') | chrome/browser/net/predictor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/predictor.h
===================================================================
--- chrome/browser/net/predictor.h (revision 50795)
+++ chrome/browser/net/predictor.h (working copy)
@@ -16,8 +16,8 @@
// cause this module to speculatively create a TCP/IP connection that will
// probably be needed to fetch the subresource.
-#ifndef CHROME_BROWSER_NET_DNS_MASTER_H_
-#define CHROME_BROWSER_NET_DNS_MASTER_H_
+#ifndef CHROME_BROWSER_NET_PREDICTOR_H_
+#define CHROME_BROWSER_NET_PREDICTOR_H_
#include <map>
#include <queue>
@@ -27,9 +27,9 @@
#include "base/gtest_prod_util.h"
#include "base/ref_counted.h"
-#include "chrome/browser/net/dns_host_info.h"
+#include "chrome/browser/net/url_info.h"
#include "chrome/browser/net/referrer.h"
-#include "chrome/common/net/dns.h"
+#include "chrome/common/net/predictor_common.h"
#include "net/base/host_port_pair.h"
namespace net {
@@ -264,4 +264,4 @@
} // namespace chrome_browser_net
-#endif // CHROME_BROWSER_NET_DNS_MASTER_H_
+#endif // CHROME_BROWSER_NET_PREDICTOR_H_
« no previous file with comments | « chrome/browser/net/dns_master_unittest.cc ('k') | chrome/browser/net/predictor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698