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

Unified Diff: remoting/host/host_port_allocator.h

Issue 10637008: Remove UrlFetcher from remoting and use the one in net instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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
Index: remoting/host/host_port_allocator.h
diff --git a/remoting/host/host_port_allocator.h b/remoting/host/host_port_allocator.h
index d6940587ef4552dbbb8b2aef0343307dc74b0d20..042c1e4cd40f44bd0d624e588337ceeee7c72c65 100644
--- a/remoting/host/host_port_allocator.h
+++ b/remoting/host/host_port_allocator.h
@@ -7,8 +7,8 @@
#include <set>
+#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
-#include "remoting/host/url_fetcher.h"
#include "third_party/libjingle/source/talk/p2p/client/httpportallocator.h"
namespace net {

Powered by Google App Engine
This is Rietveld 408576698