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

Unified Diff: net/base/host_resolver.h

Issue 3452030: FBTF: Moves code to the headers. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 3 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 | « media/media.gyp ('k') | net/base/host_resolver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/host_resolver.h
diff --git a/net/base/host_resolver.h b/net/base/host_resolver.h
index 58ea8bd03bf3e15956ce4a38a838326e02181c37..1c0982d8efc979b94c2b186e8d830e1034629c09 100644
--- a/net/base/host_resolver.h
+++ b/net/base/host_resolver.h
@@ -176,12 +176,12 @@ class HostResolver : public base::RefCounted<HostResolver> {
protected:
friend class base::RefCounted<HostResolver>;
- HostResolver() { }
+ HostResolver();
// If any completion callbacks are pending when the resolver is destroyed,
// the host resolutions are cancelled, and the completion callbacks will not
// be called.
- virtual ~HostResolver() {}
+ virtual ~HostResolver();
private:
DISALLOW_COPY_AND_ASSIGN(HostResolver);
« no previous file with comments | « media/media.gyp ('k') | net/base/host_resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698