diff options
| author | tfarina <tfarina@chromium.org> | 2015-11-04 18:30:39 -0800 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2015-11-05 02:31:46 +0000 |
| commit | 1f2ab3f2e1d3ce0407df6e0337411ce5bad52a4c (patch) | |
| tree | 5cd681b66060367e924b9aa529fb6ab9edcf2bd3 /cloud_print | |
| parent | a489de4b9d41cb02aac1e52a2d3e367fdab31a17 (diff) | |
| download | chromium_src-1f2ab3f2e1d3ce0407df6e0337411ce5bad52a4c.zip chromium_src-1f2ab3f2e1d3ce0407df6e0337411ce5bad52a4c.tar.gz chromium_src-1f2ab3f2e1d3ce0407df6e0337411ce5bad52a4c.tar.bz2 | |
IWYU for net_util.h included in header files.
For most of the cases net_util.h should not be necessary to be included
in header files.
BUG=None
R=eroman@chromium.org
TBR=brettw@chromium.org
Review URL: https://codereview.chromium.org/1431513008
Cr-Commit-Position: refs/heads/master@{#357988}
Diffstat (limited to 'cloud_print')
| -rw-r--r-- | cloud_print/gcp20/prototype/dns_response_builder.h | 6 | ||||
| -rw-r--r-- | cloud_print/gcp20/prototype/service_parameters.h | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/cloud_print/gcp20/prototype/dns_response_builder.h b/cloud_print/gcp20/prototype/dns_response_builder.h index 380e2f7..2421fb0 100644 --- a/cloud_print/gcp20/prototype/dns_response_builder.h +++ b/cloud_print/gcp20/prototype/dns_response_builder.h @@ -11,14 +11,12 @@ #include "base/basictypes.h" #include "base/memory/ref_counted.h" #include "net/base/io_buffer.h" -#include "net/base/net_util.h" +#include "net/base/ip_address_number.h" #include "net/dns/dns_protocol.h" namespace net { - class IOBufferWithSize; - -} // namespace net +} // Record for storing response data. struct DnsResponseRecord { diff --git a/cloud_print/gcp20/prototype/service_parameters.h b/cloud_print/gcp20/prototype/service_parameters.h index b22b3dd..ced8846 100644 --- a/cloud_print/gcp20/prototype/service_parameters.h +++ b/cloud_print/gcp20/prototype/service_parameters.h @@ -7,7 +7,7 @@ #include <string> -#include "net/base/net_util.h" +#include "net/base/ip_address_number.h" // Stores information about service. struct ServiceParameters { |
