Chromium Code Reviews

Unified Diff: net/base/dns_resolution_observer.h

Issue 115870: Reduce header dependencies in net/ (Closed)
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: net/base/dns_resolution_observer.h
diff --git a/net/base/dns_resolution_observer.h b/net/base/dns_resolution_observer.h
index f01eaf2586ef6ca65909c5e105265b9674070454..9dd9a9010e0b60f8bf459cf3219cec4404891e9e 100644
--- a/net/base/dns_resolution_observer.h
+++ b/net/base/dns_resolution_observer.h
@@ -15,7 +15,7 @@
#include <string>
-#include "googleurl/src/gurl.h"
+class GURL;
namespace net {

Powered by Google App Engine