diff options
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 { |
