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

Unified Diff: components/sync/model/model_type_change_processor.h

Issue 2618483003: [Sync] Introduce ModelError for USS error handling. (Closed)
Patch Set: Fix iOS reading list. 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/model_type_change_processor.h
diff --git a/components/sync/model/model_type_change_processor.h b/components/sync/model/model_type_change_processor.h
index b001832855e7cbb246aaa2463c023b32ab8a4bdb..cf029084e4d357022fd496126b3c34f1d1db17c6 100644
--- a/components/sync/model/model_type_change_processor.h
+++ b/components/sync/model/model_type_change_processor.h
@@ -12,7 +12,6 @@
#include "components/sync/engine/activation_context.h"
#include "components/sync/model/data_type_error_handler.h"
#include "components/sync/model/entity_data.h"
-#include "components/sync/model/sync_error_factory.h"
namespace syncer {
@@ -23,7 +22,7 @@ class SyncError;
// Interface used by the ModelTypeSyncBridge to inform sync of local
// changes.
-class ModelTypeChangeProcessor : public SyncErrorFactory {
+class ModelTypeChangeProcessor : public DataTypeErrorHandler {
public:
typedef base::Callback<void(SyncError, std::unique_ptr<ActivationContext>)>
StartCallback;

Powered by Google App Engine
This is Rietveld 408576698