Index: chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc |
diff --git a/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc b/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc |
index d196f6556b43d233cac4eabff9d97db8ae1d7925..58c3d1b4c0487199ed18875d3523215c2de3778d 100644 |
--- a/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc |
+++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc |
@@ -154,7 +154,10 @@ class SyncErrorFactoryStub : public syncer::SyncErrorFactory { |
const tracked_objects::Location& location, |
const std::string& message) OVERRIDE { |
(*error_counter_)++; |
- return syncer::SyncError(location, message, syncer::DICTIONARY); |
+ return syncer::SyncError(location, |
+ syncer::SyncError::DATATYPE_ERROR, |
+ message, |
+ syncer::DICTIONARY); |
} |
private: |