| Index: client/simple_string_dictionary.h
|
| diff --git a/client/simple_string_dictionary.h b/client/simple_string_dictionary.h
|
| index 42fb29b771ec10cf66b6fea8ef5620ad8b046f08..4247da6993822f37e9b8d275b3af614b642eb0af 100644
|
| --- a/client/simple_string_dictionary.h
|
| +++ b/client/simple_string_dictionary.h
|
| @@ -267,7 +267,7 @@ class TSimpleStringDictionary {
|
| //!
|
| //! For historical reasons this specialized version is available with the same
|
| //! size factors as a previous implementation.
|
| -typedef TSimpleStringDictionary<256, 256, 64> SimpleStringDictionary;
|
| +using SimpleStringDictionary = TSimpleStringDictionary<256, 256, 64>;
|
|
|
| } // namespace crashpad
|
|
|
|
|