Index: url/url_util.h |
diff --git a/url/url_util.h b/url/url_util.h |
index 04a6ef4315d8388dc30def3a72722baf18a364f1..c3e3fe0ba172659fef3d3feefa2a917670364a07 100644 |
--- a/url/url_util.h |
+++ b/url/url_util.h |
@@ -15,6 +15,9 @@ |
namespace url { |
+struct Component; |
+struct Parsed; |
+ |
// Init ------------------------------------------------------------------------ |
// Initialization is NOT required, it will be implicitly initialized when first |