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

Unified Diff: components/sync/js/js_event_details.h

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
« no previous file with comments | « components/sync/engine_impl/uss_migrator.h ('k') | components/sync/model/attachments/attachment.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/js/js_event_details.h
diff --git a/components/sync/js/js_event_details.h b/components/sync/js/js_event_details.h
index 91e6460c70a3b8ea4852617d16f1e11cdb27792a..9b13ce2828141ebd7824d91751a8d1c125eb8649 100644
--- a/components/sync/js/js_event_details.h
+++ b/components/sync/js/js_event_details.h
@@ -35,9 +35,9 @@ class JsEventDetails {
// Copy constructor and assignment operator welcome.
private:
- typedef Immutable<base::DictionaryValue,
- HasSwapMemFnByPtr<base::DictionaryValue>>
- ImmutableDictionaryValue;
+ using ImmutableDictionaryValue =
+ Immutable<base::DictionaryValue,
+ HasSwapMemFnByPtr<base::DictionaryValue>>;
ImmutableDictionaryValue details_;
};
« no previous file with comments | « components/sync/engine_impl/uss_migrator.h ('k') | components/sync/model/attachments/attachment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698