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

Unified Diff: chrome/browser/sync/sync_ui_util.cc

Issue 2689773002: [Sync] Replace typedef with using. (Closed)
Patch Set: [Sync] Replace typedef with using. Created 3 years, 10 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: chrome/browser/sync/sync_ui_util.cc
diff --git a/chrome/browser/sync/sync_ui_util.cc b/chrome/browser/sync/sync_ui_util.cc
index 487a6468741fa108ac73f8b31776e6bc31c7ed36..0214354caabf96bc3fef12bd3d22fd7110f90efd 100644
--- a/chrome/browser/sync/sync_ui_util.cc
+++ b/chrome/browser/sync/sync_ui_util.cc
@@ -50,7 +50,7 @@
using browser_sync::ProfileSyncService;
-typedef GoogleServiceAuthError AuthError;
+using AuthError = GoogleServiceAuthError;
namespace sync_ui_util {

Powered by Google App Engine
This is Rietveld 408576698