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

Unified Diff: components/sync_driver/data_type_status_table.h

Issue 535683002: Fix use-after-free in HDDDTC shutdown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 6 years, 3 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_driver/data_type_manager_mock.h ('k') | components/sync_driver/data_type_status_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/data_type_status_table.h
diff --git a/components/sync_driver/data_type_status_table.h b/components/sync_driver/data_type_status_table.h
index f3bb19aadb4713283049771ecee0be515b2db5fc..bf2e0a806ea618947a3169d9539290a7e1018eeb 100644
--- a/components/sync_driver/data_type_status_table.h
+++ b/components/sync_driver/data_type_status_table.h
@@ -16,7 +16,7 @@ class DataTypeStatusTable {
public:
typedef std::map<syncer::ModelType, syncer::SyncError> TypeErrorMap;
- explicit DataTypeStatusTable();
+ DataTypeStatusTable();
~DataTypeStatusTable();
// Copy and assign welcome.
« no previous file with comments | « components/sync_driver/data_type_manager_mock.h ('k') | components/sync_driver/data_type_status_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698