Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2854)

Unified Diff: chrome/common/net/dns.h

Issue 384103: This patch is the rest of the lint cleanup minus the other open issue. (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/mru_cache.h ('k') | chrome/common/net/socket_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/common/mru_cache.h ('k') | chrome/common/net/socket_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698