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

Unified Diff: components/sync/engine/sync_manager.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
Index: components/sync/engine/sync_manager.h
diff --git a/components/sync/engine/sync_manager.h b/components/sync/engine/sync_manager.h
index b853b542717b6f54d1d190b10347277e5e301ba9..65631f0fd7e72099183843912e91a12911dadefa 100644
--- a/components/sync/engine/sync_manager.h
+++ b/components/sync/engine/sync_manager.h
@@ -269,7 +269,7 @@ class SyncManager {
std::unique_ptr<SyncEncryptionHandler::NigoriState> saved_nigori_state;
};
- typedef base::Callback<void(void)> ClearServerDataCallback;
+ using ClearServerDataCallback = base::Callback<void(void)>;
SyncManager();
virtual ~SyncManager();
« no previous file with comments | « components/sync/engine/sync_engine.h ('k') | components/sync/engine_impl/attachments/attachment_downloader_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698