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

Unified Diff: mojo/edk/system/awakable_list.h

Issue 1154903003: "typedef Foo Bar" -> "using Bar = Foo" in //mojo/edk/.... (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 months 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
Index: mojo/edk/system/awakable_list.h
diff --git a/mojo/edk/system/awakable_list.h b/mojo/edk/system/awakable_list.h
index 19c03c84cdf3492c2893dd79330ce34de0224a04..2d8101e0313ab022983bc0b9940934cc241523f3 100644
--- a/mojo/edk/system/awakable_list.h
+++ b/mojo/edk/system/awakable_list.h
@@ -45,7 +45,7 @@ class MOJO_SYSTEM_IMPL_EXPORT AwakableList {
MojoHandleSignals signals;
uint32_t context;
};
- typedef std::list<AwakeInfo> AwakeInfoList;
+ using AwakeInfoList = std::list<AwakeInfo>;
AwakeInfoList awakables_;

Powered by Google App Engine
This is Rietveld 408576698