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

Unified Diff: components/sync/model/recording_model_type_change_processor.cc

Issue 2660673002: [Sync] Not having an autocomplete ModelTypeState is valid. (Closed)
Patch Set: Update AutocompleteSyncBridge unittests to not rely on initial metadata. Created 3 years, 11 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/model/recording_model_type_change_processor.cc
diff --git a/components/sync/model/recording_model_type_change_processor.cc b/components/sync/model/recording_model_type_change_processor.cc
index 13c185047979d6db32cc36d2dfb14e2ab3623d9d..9e2685e4e642588b615cdf192d0fc0064f38833e 100644
--- a/components/sync/model/recording_model_type_change_processor.cc
+++ b/components/sync/model/recording_model_type_change_processor.cc
@@ -4,6 +4,8 @@
#include "components/sync/model/recording_model_type_change_processor.h"
+#include <utility>
Patrick Noland 2017/01/27 20:49:59 is this for lint reasons?
skym 2017/01/27 20:55:56 Yes, std::swap on line 33.
+
#include "components/sync/model/fake_model_type_change_processor.h"
#include "components/sync/model/metadata_batch.h"

Powered by Google App Engine
This is Rietveld 408576698