diff options
author | eroman <eroman@chromium.org> | 2015-06-03 15:19:00 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-03 22:19:30 +0000 |
commit | c9a6b72a7a6a5b3764e829c5fe74de4aa67e9fe3 (patch) | |
tree | 578483beff3e987978da80d20a26020a825aa600 /content/browser/devtools/protocol/tethering_handler.cc | |
parent | f8b22b4f30a16a16d44b187062f1d044c9821dd5 (diff) | |
download | chromium_src-c9a6b72a7a6a5b3764e829c5fe74de4aa67e9fe3.zip chromium_src-c9a6b72a7a6a5b3764e829c5fe74de4aa67e9fe3.tar.gz chromium_src-c9a6b72a7a6a5b3764e829c5fe74de4aa67e9fe3.tar.bz2 |
Stop including ip_address_number.h from net_util.h
Required duplicating the typedef for IPAddressNumber, and fixing a number of missing includes from consumers.
BUG=488531
TBR=jam@chromium.org,rpaquay@chromium.org,keybuk@chromium.org,
Review URL: https://codereview.chromium.org/1162973005
Cr-Commit-Position: refs/heads/master@{#332708}
Diffstat (limited to 'content/browser/devtools/protocol/tethering_handler.cc')
-rw-r--r-- | content/browser/devtools/protocol/tethering_handler.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/devtools/protocol/tethering_handler.cc b/content/browser/devtools/protocol/tethering_handler.cc index cbb3765..9b964f4 100644 --- a/content/browser/devtools/protocol/tethering_handler.cc +++ b/content/browser/devtools/protocol/tethering_handler.cc @@ -4,6 +4,7 @@ #include "content/browser/devtools/protocol/tethering_handler.h" +#include "base/stl_util.h" #include "content/public/browser/browser_thread.h" #include "net/base/io_buffer.h" #include "net/base/net_errors.h" |