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

Unified Diff: chrome/common/net/predictor_common.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/common/net/dns.h ('k') | chrome/renderer/net/predictor_queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/predictor_common.h
===================================================================
--- chrome/common/net/predictor_common.h (revision 50795)
+++ chrome/common/net/predictor_common.h (working copy)
@@ -5,8 +5,8 @@
// This file has shared types used across IPC between render_dns_master.cc
// and dns_master.cc
-#ifndef CHROME_COMMON_NET_DNS_H_
-#define CHROME_COMMON_NET_DNS_H_
+#ifndef CHROME_COMMON_NET_PREDICTOR_COMMON_H_
+#define CHROME_COMMON_NET_PREDICTOR_COMMON_H_
#include <string>
#include <vector>
@@ -26,4 +26,4 @@
typedef std::vector<GURL> UrlList;
}
-#endif // CHROME_COMMON_NET_DNS_H_
+#endif // CHROME_COMMON_NET_PREDICTOR_COMMON_H_
« no previous file with comments | « chrome/common/net/dns.h ('k') | chrome/renderer/net/predictor_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698