summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authormmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-16 01:54:21 +0000
committermmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-16 01:54:21 +0000
commit0ca7e8ae9ca4bd9f5e005b0e26dd145b3c12a021 (patch)
tree8385f9ec6cad7c9819e64c95f6196f1e589caac7 /remoting
parent8907c239bc1fdbf1060dc190d148e094bdd41022 (diff)
downloadchromium_src-0ca7e8ae9ca4bd9f5e005b0e26dd145b3c12a021.zip
chromium_src-0ca7e8ae9ca4bd9f5e005b0e26dd145b3c12a021.tar.gz
chromium_src-0ca7e8ae9ca4bd9f5e005b0e26dd145b3c12a021.tar.bz2
Remove net_log.h from net_util, as it's no longer needed by net_log.h.
Also fix a large number of other files that were depending on this include. BUG=none TBR=gene@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/235333003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264062 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/host/it2me/it2me_host.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/remoting/host/it2me/it2me_host.h b/remoting/host/it2me/it2me_host.h
index f38e5c3..a5d77a4 100644
--- a/remoting/host/it2me/it2me_host.h
+++ b/remoting/host/it2me/it2me_host.h
@@ -6,11 +6,16 @@
#define REMOTING_HOST_IT2ME_IT2ME_HOST_H_
#include "base/memory/ref_counted.h"
+#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/single_thread_task_runner.h"
#include "remoting/host/log_to_server.h"
#include "remoting/jingle_glue/xmpp_signal_strategy.h"
+namespace base {
+class DictionaryValue;
+}
+
namespace remoting {
class RegisterSupportHostRequest;