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

Unified Diff: mojo/edk/embedder/master_process_delegate.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/embedder/master_process_delegate.h
diff --git a/mojo/edk/embedder/master_process_delegate.h b/mojo/edk/embedder/master_process_delegate.h
index bc3c909438f1b82ba8ee8d774fc2f9cea5b38820..22ac435b35e0e40567e7546093de7d4f981b91c7 100644
--- a/mojo/edk/embedder/master_process_delegate.h
+++ b/mojo/edk/embedder/master_process_delegate.h
@@ -13,7 +13,7 @@
namespace mojo {
namespace embedder {
-typedef void* SlaveInfo;
+using SlaveInfo = void*;
// An interface for the master process delegate (which lives in the master
// process).

Powered by Google App Engine
This is Rietveld 408576698