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

Unified Diff: mojo/edk/system/core_test_base.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/core_test_base.h
diff --git a/mojo/edk/system/core_test_base.h b/mojo/edk/system/core_test_base.h
index 26b79251a6b0719db250314397b50a974b61b384..3eb23642dcc7d603e372e2d049ec0cb5a26d05b6 100644
--- a/mojo/edk/system/core_test_base.h
+++ b/mojo/edk/system/core_test_base.h
@@ -23,7 +23,7 @@ class CoreTestBase_MockHandleInfo;
class CoreTestBase : public testing::Test {
public:
- typedef CoreTestBase_MockHandleInfo MockHandleInfo;
+ using MockHandleInfo = CoreTestBase_MockHandleInfo;
CoreTestBase();
~CoreTestBase() override;

Powered by Google App Engine
This is Rietveld 408576698