| Index: url/url_canon.h
 | 
| diff --git a/url/url_canon.h b/url/url_canon.h
 | 
| index 89e3509091c2424726c1a24f575d8672f85ff88f..432f29110e928fb590406bae335ffef4e2220712 100644
 | 
| --- a/url/url_canon.h
 | 
| +++ b/url/url_canon.h
 | 
| @@ -734,8 +734,8 @@ class Replacements {
 | 
|    // Returns a pointer to a static empty string that is used as a placeholder
 | 
|    // to indicate a component should be deleted (see below).
 | 
|    const CHAR* Placeholder() {
 | 
| -    static const CHAR empty_string = 0;
 | 
| -    return &empty_string;
 | 
| +    static const CHAR empty_cstr = 0;
 | 
| +    return &empty_cstr;
 | 
|    }
 | 
|  
 | 
|    // We support three states:
 | 
| 
 |