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

Unified Diff: components/predictor/renderer/predictor_queue_unittest.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_unittest.cc
diff --git a/chrome/renderer/net/predictor_queue_unittest.cc b/components/predictor/renderer/predictor_queue_unittest.cc
similarity index 99%
rename from chrome/renderer/net/predictor_queue_unittest.cc
rename to components/predictor/renderer/predictor_queue_unittest.cc
index 98d4bde3403ebec33a5812f9131e715c133b770f..2a25ef1e688200380c9a5dd417fce5062d6b261b 100644
--- a/chrome/renderer/net/predictor_queue_unittest.cc
+++ b/components/predictor/renderer/predictor_queue_unittest.cc
@@ -4,7 +4,7 @@
#include <sstream>
-#include "chrome/renderer/net/predictor_queue.h"
+#include "components/predictor/renderer/predictor_queue.h"
#include "testing/gtest/include/gtest/gtest.h"
// Single threaded tests of DnsQueue functionality.

Powered by Google App Engine
This is Rietveld 408576698