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

Unified Diff: chrome/browser/net/dns_global.cc

Issue 126110: [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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 | « no previous file | net/base/dns_resolution_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/dns_global.cc
===================================================================
--- chrome/browser/net/dns_global.cc (revision 18371)
+++ chrome/browser/net/dns_global.cc (working copy)
@@ -22,7 +22,6 @@
#include "chrome/common/notification_service.h"
#include "chrome/common/pref_names.h"
#include "chrome/common/pref_service.h"
-#include "net/base/dns_resolution_observer.h"
#include "net/base/host_resolver.h"
using base::TimeDelta;
@@ -138,7 +137,7 @@
// There will only be one instance ever created of the following Observer
// class. As a result, we get away with using static members for data local
// to that instance (to better comply with a google style guide exemption).
-class PrefetchObserver : public net::DnsResolutionObserver {
+class PrefetchObserver : public net::HostResolver::Observer {
public:
PrefetchObserver();
~PrefetchObserver();
« no previous file with comments | « no previous file | net/base/dns_resolution_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698