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

Unified Diff: components/network_hints/renderer/dns_prefetch_queue_unittest.cc

Issue 848303005: Renamed the dns_prefetch component to network_predictor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 11 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/network_hints/renderer/dns_prefetch_queue_unittest.cc
diff --git a/components/dns_prefetch/renderer/predictor_queue_unittest.cc b/components/network_hints/renderer/dns_prefetch_queue_unittest.cc
similarity index 98%
rename from components/dns_prefetch/renderer/predictor_queue_unittest.cc
rename to components/network_hints/renderer/dns_prefetch_queue_unittest.cc
index af2ea04d733516e4432bcf10c6db525977cccc34..cb808c1eeba78e87ac1f92bc939055cfdb1ee8fd 100644
--- a/components/dns_prefetch/renderer/predictor_queue_unittest.cc
+++ b/components/network_hints/renderer/dns_prefetch_queue_unittest.cc
@@ -4,12 +4,12 @@
#include <sstream>
-#include "components/dns_prefetch/renderer/predictor_queue.h"
+#include "components/network_hints/renderer/dns_prefetch_queue.h"
#include "testing/gtest/include/gtest/gtest.h"
// Single threaded tests of DnsQueue functionality.
-namespace dns_prefetch {
+namespace network_hints {
class DnsQueueTest : public testing::Test {
};
@@ -259,4 +259,4 @@ TEST(DnsQueueTest, WrapOnVariousSubstrings) {
EXPECT_FALSE(tester.Pop());
}
-}; // namespace dns_prefetch
+}; // namespace network_hints

Powered by Google App Engine
This is Rietveld 408576698