diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-06 18:25:19 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-06 18:25:19 +0000 |
commit | b11279e2abfc427e30f0ccaa8e265f5ebbb63b3c (patch) | |
tree | 88a3814a2a1c9e8ad675f6c27875bc04f8942038 /jingle/notifier | |
parent | 182d4f35a1b22d141ea12a7ba286440e5797bd36 (diff) | |
download | chromium_src-b11279e2abfc427e30f0ccaa8e265f5ebbb63b3c.zip chromium_src-b11279e2abfc427e30f0ccaa8e265f5ebbb63b3c.tar.gz chromium_src-b11279e2abfc427e30f0ccaa8e265f5ebbb63b3c.tar.bz2 |
Add unit-tests for SingleRequestHostResolver.
To facilitate this, moved it out of host_resolver.cc to its own set of files.
BUG=84261
Review URL: http://codereview.chromium.org/6993015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88006 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle/notifier')
-rw-r--r-- | jingle/notifier/communicator/xmpp_connection_generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jingle/notifier/communicator/xmpp_connection_generator.h b/jingle/notifier/communicator/xmpp_connection_generator.h index 38e964a..e37e1f8 100644 --- a/jingle/notifier/communicator/xmpp_connection_generator.h +++ b/jingle/notifier/communicator/xmpp_connection_generator.h @@ -12,6 +12,7 @@ #include "net/base/completion_callback.h" #include "net/base/host_resolver.h" #include "net/base/net_log.h" +#include "net/base/single_request_host_resolver.h" #include "jingle/notifier/base/server_information.h" namespace talk_base { |