| Index: components/sync/base/cryptographer.h
|
| diff --git a/components/sync/base/cryptographer.h b/components/sync/base/cryptographer.h
|
| index a11ae3e188211060e1c22992dacc82701ca77dfa..b4fcb90808cd6450d32e63fc9b999bdf52e1ce28 100644
|
| --- a/components/sync/base/cryptographer.h
|
| +++ b/components/sync/base/cryptographer.h
|
| @@ -185,7 +185,7 @@ class Cryptographer {
|
| bool ImportNigoriKey(const std::string& serialized_nigori_key);
|
|
|
| private:
|
| - typedef std::map<std::string, linked_ptr<const Nigori>> NigoriMap;
|
| + using NigoriMap = std::map<std::string, linked_ptr<const Nigori>>;
|
|
|
| // Helper method to instantiate Nigori instances for each set of key
|
| // parameters in |bag|.
|
|
|