Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: client/simple_string_dictionary.h

Issue 700143004: C++11: Use type aliases instead of typedefs (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/capture_context_mac.h ('k') | client/simple_string_dictionary.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « client/capture_context_mac.h ('k') | client/simple_string_dictionary.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698