| Index: base/string_tokenizer.h
|
| diff --git a/base/string_tokenizer.h b/base/string_tokenizer.h
|
| index a274fd1dc86961bec4d176e966cb7884afc7b6fa..1d0d66f32295db637df1c976578853aced9c36e5 100644
|
| --- a/base/string_tokenizer.h
|
| +++ b/base/string_tokenizer.h
|
| @@ -217,7 +217,7 @@ class StringTokenizerT {
|
| bool in_quote;
|
| bool in_escape;
|
| char_type quote_char;
|
| - AdvanceState() : in_quote(false), in_escape(false) {}
|
| + AdvanceState() : in_quote(false), in_escape(false), quote_char('\0') {}
|
| };
|
|
|
| // Returns true if a delimiter was not hit.
|
|
|