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

Unified Diff: chrome/renderer/net/predictor_queue.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/predictor_common.h ('k') | chrome/renderer/net/predictor_queue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/net/predictor_queue.h
===================================================================
--- chrome/renderer/net/predictor_queue.h (revision 50795)
+++ chrome/renderer/net/predictor_queue.h (working copy)
@@ -21,8 +21,8 @@
// rendering, the supplier is the renderer (typically), and the consumer
// is a thread that sends messages to an async DNS resolver.
-#ifndef CHROME_RENDERER_NET_RENDER_DNS_QUEUE_H__
-#define CHROME_RENDERER_NET_RENDER_DNS_QUEUE_H__
+#ifndef CHROME_RENDERER_NET_PREDICTOR_QUEUE_H__
+#define CHROME_RENDERER_NET_PREDICTOR_QUEUE_H__
#include <string>
@@ -89,4 +89,4 @@
DISALLOW_COPY_AND_ASSIGN(DnsQueue);
}; // class DnsQueue
-#endif // CHROME_RENDERER_NET_RENDER_DNS_QUEUE_H__
+#endif // CHROME_RENDERER_NET_PREDICTOR_QUEUE_H__
« no previous file with comments | « chrome/common/net/predictor_common.h ('k') | chrome/renderer/net/predictor_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698