| Index: cloud_print/gcp20/prototype/dns_sd_server.cc
|
| diff --git a/cloud_print/gcp20/prototype/dns_sd_server.cc b/cloud_print/gcp20/prototype/dns_sd_server.cc
|
| index f5500decd59c8b501ca0f25065c56a5edea5e6e9..e1f1070326b7a34f5895562b964aeb4d600fd167 100644
|
| --- a/cloud_print/gcp20/prototype/dns_sd_server.cc
|
| +++ b/cloud_print/gcp20/prototype/dns_sd_server.cc
|
| @@ -7,13 +7,13 @@
|
| #include <string.h>
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/big_endian.h"
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "cloud_print/gcp20/prototype/dns_packet_parser.h"
|
| #include "cloud_print/gcp20/prototype/dns_response_builder.h"
|
| -#include "net/base/big_endian.h"
|
| #include "net/base/dns_util.h"
|
| #include "net/base/net_errors.h"
|
| #include "net/base/net_util.h"
|
|
|