Index: src/gurl.h |
=================================================================== |
--- src/gurl.h (revision 168) |
+++ src/gurl.h (working copy) |
@@ -69,6 +69,8 @@ |
GURL_API GURL(const char* canonical_spec, size_t canonical_spec_len, |
const url_parse::Parsed& parsed, bool is_valid); |
+ GURL_API ~GURL(); |
+ |
GURL_API GURL& operator=(const GURL& other); |
// Returns true when this object represents a valid parsed URL. When not |