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

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

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.cc
diff --git a/chrome/renderer/net/predictor_queue.cc b/components/predictor/renderer/predictor_queue.cc
similarity index 98%
rename from chrome/renderer/net/predictor_queue.cc
rename to components/predictor/renderer/predictor_queue.cc
index 35023efb4cbb2f63d8d89cc6891a2f188a1f9c78..d4f344490b7a480cb75f9da208fef43889c986cb 100644
--- a/chrome/renderer/net/predictor_queue.cc
+++ b/components/predictor/renderer/predictor_queue.cc
@@ -4,7 +4,7 @@
// See header file for description of DnsQueue class
-#include "chrome/renderer/net/predictor_queue.h"
+#include "components/predictor/renderer/predictor_queue.h"
#include "base/logging.h"
#include "base/metrics/stats_counters.h"

Powered by Google App Engine
This is Rietveld 408576698