Index: url/gurl.h |
diff --git a/url/gurl.h b/url/gurl.h |
index 254f64babafb12b6db5a23c0fa19e54214c9db6b..a62e246ac8df986b1ded18b5cadc8a09e7054261 100644 |
--- a/url/gurl.h |
+++ b/url/gurl.h |
@@ -53,7 +53,7 @@ class URL_EXPORT GURL { |
~GURL(); |
- GURL& operator=(const GURL& other); |
+ GURL& operator=(GURL other); |
// Returns true when this object represents a valid parsed URL. When not |
// valid, other functions will still succeed, but you will not get canonical |