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

Unified Diff: chromecast/renderer/cast_content_renderer_client.h

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
« no previous file with comments | « chromecast/renderer/DEPS ('k') | chromecast/renderer/cast_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/renderer/cast_content_renderer_client.h
diff --git a/chromecast/renderer/cast_content_renderer_client.h b/chromecast/renderer/cast_content_renderer_client.h
index 314376d494bddd20b4aa1f5ed942592594b6cf53..81be36c496edb9d86e361fa4de76f5add03cd18a 100644
--- a/chromecast/renderer/cast_content_renderer_client.h
+++ b/chromecast/renderer/cast_content_renderer_client.h
@@ -10,9 +10,9 @@
#include "base/macros.h"
#include "content/public/renderer/content_renderer_client.h"
-namespace dns_prefetch {
+namespace network_hints {
class PrescientNetworkingDispatcher;
-} // namespace dns_prefetch
+} // namespace network_hints
namespace chromecast {
namespace shell {
@@ -37,7 +37,7 @@ class CastContentRendererClient : public content::ContentRendererClient {
const base::Closure& closure) override;
private:
- scoped_ptr<dns_prefetch::PrescientNetworkingDispatcher>
+ scoped_ptr<network_hints::PrescientNetworkingDispatcher>
prescient_networking_dispatcher_;
scoped_ptr<CastRenderProcessObserver> cast_observer_;
« no previous file with comments | « chromecast/renderer/DEPS ('k') | chromecast/renderer/cast_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698