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

Unified Diff: chrome/browser/net/predictor_api.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/predictor.cc ('k') | chrome/browser/net/predictor_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/predictor_api.h
===================================================================
--- chrome/browser/net/predictor_api.h (revision 50795)
+++ chrome/browser/net/predictor_api.h (working copy)
@@ -8,8 +8,8 @@
// provided by Predictor to be left as more generally usable code, and possibly
// be shared across multiple client projects.
-#ifndef CHROME_BROWSER_NET_DNS_GLOBAL_H_
-#define CHROME_BROWSER_NET_DNS_GLOBAL_H_
+#ifndef CHROME_BROWSER_NET_PREDICTOR_API_H_
+#define CHROME_BROWSER_NET_PREDICTOR_API_H_
#include <string>
@@ -18,7 +18,7 @@
#include "base/field_trial.h"
#include "base/scoped_ptr.h"
#include "chrome/browser/autocomplete/autocomplete.h"
-#include "chrome/browser/net/dns_master.h"
+#include "chrome/browser/net/predictor.h"
#include "net/base/host_resolver.h"
class PrefService;
@@ -99,4 +99,4 @@
} // namespace chrome_browser_net
-#endif // CHROME_BROWSER_NET_DNS_GLOBAL_H_
+#endif // CHROME_BROWSER_NET_PREDICTOR_API_H_
« no previous file with comments | « chrome/browser/net/predictor.cc ('k') | chrome/browser/net/predictor_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698