| Index: chrome/common/net/dns.h
|
| diff --git a/chrome/common/net/dns.h b/chrome/common/net/dns.h
|
| index 7a3f36407fbd00ff375a06145a08c43c8ae76c41..8c91c13350bb51a40a26392a3924015e18b0bdd0 100644
|
| --- a/chrome/common/net/dns.h
|
| +++ b/chrome/common/net/dns.h
|
| @@ -5,9 +5,8 @@
|
| // This file has shared types used across IPC between render_dns_master.cc
|
| // and dns_master.cc
|
|
|
| -
|
| -#ifndef CHROME_COMMON_DNS_H_
|
| -#define CHROME_COMMON_DNS_H_
|
| +#ifndef CHROME_COMMON_NET_DNS_H_
|
| +#define CHROME_COMMON_NET_DNS_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -21,4 +20,4 @@ namespace chrome_common_net {
|
| typedef std::vector<std::string> NameList;
|
| }
|
|
|
| -#endif // CHROME_COMMON_DNS_H_
|
| +#endif // CHROME_COMMON_NET_DNS_H_
|
|
|