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

Unified Diff: components/predictor/renderer/predictor_queue.h

Issue 644123002: Componentize renderer side of DNS prefetching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix IPC message Created 6 years, 2 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
Index: components/predictor/renderer/predictor_queue.h
diff --git a/chrome/renderer/net/predictor_queue.h b/components/predictor/renderer/predictor_queue.h
similarity index 95%
rename from chrome/renderer/net/predictor_queue.h
rename to components/predictor/renderer/predictor_queue.h
index dd850b7efb99e594c22540697decdfb9e48d1ed1..c6a0b3b8a5b718bf9562bd3fb9db308d43d1b529 100644
--- a/chrome/renderer/net/predictor_queue.h
+++ b/components/predictor/renderer/predictor_queue.h
@@ -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_PREDICTOR_QUEUE_H__
-#define CHROME_RENDERER_NET_PREDICTOR_QUEUE_H__
+#ifndef COMPONENTS_PREDICTOR_RENDERER_PREDICTOR_QUEUE_H__
+#define COMPONENTS_PREDICTOR_RENDERER_PREDICTOR_QUEUE_H__
#include <string>
@@ -84,4 +84,4 @@ class DnsQueue {
DISALLOW_COPY_AND_ASSIGN(DnsQueue);
}; // class DnsQueue
-#endif // CHROME_RENDERER_NET_PREDICTOR_QUEUE_H__
+#endif // COMPONENTS_PREDICTOR_RENDERER_PREDICTOR_QUEUE_H__

Powered by Google App Engine
This is Rietveld 408576698