diff options
author | eroman <eroman@chromium.org> | 2015-04-02 10:23:31 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-02 17:24:10 +0000 |
commit | 58e913aa2a031aab0d082d3380c49e1b5881eba4 (patch) | |
tree | 10073cf6d01bba9ca2020e24c7da9c1b00c564d7 /jingle/glue/pseudotcp_adapter.h | |
parent | 641f1a744de0734fc5299abbf72b726967f24d55 (diff) | |
download | chromium_src-58e913aa2a031aab0d082d3380c49e1b5881eba4.zip chromium_src-58e913aa2a031aab0d082d3380c49e1b5881eba4.tar.gz chromium_src-58e913aa2a031aab0d082d3380c49e1b5881eba4.tar.bz2 |
Update remaining code to include NetLog files from net/log directory rather than net/base.
(Some files in net/base got moved to net/log)
BUG=434856
TBR=armansito@chromium.org,jam@chromium.org
Review URL: https://codereview.chromium.org/1050923005
Cr-Commit-Position: refs/heads/master@{#323525}
Diffstat (limited to 'jingle/glue/pseudotcp_adapter.h')
-rw-r--r-- | jingle/glue/pseudotcp_adapter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jingle/glue/pseudotcp_adapter.h b/jingle/glue/pseudotcp_adapter.h index 7903633..1473000 100644 --- a/jingle/glue/pseudotcp_adapter.h +++ b/jingle/glue/pseudotcp_adapter.h @@ -10,7 +10,7 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/threading/non_thread_safe.h" -#include "net/base/net_log.h" +#include "net/log/net_log.h" #include "net/socket/stream_socket.h" #include "third_party/webrtc/p2p/base/pseudotcp.h" |