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

Unified Diff: sync/api/sync_merge_result_unittest.cc

Issue 15701022: [Sync] Add support for sync Persistence Errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move bookmark change into separate patch Created 7 years, 6 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 | « sync/api/sync_merge_result.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/sync_merge_result_unittest.cc
diff --git a/sync/api/sync_merge_result_unittest.cc b/sync/api/sync_merge_result_unittest.cc
index dddfa4cc64f18c61ff94ac2a161a6a39e9816cab..b3f692764cf13e838614eff37f92e1961c27afbd 100644
--- a/sync/api/sync_merge_result_unittest.cc
+++ b/sync/api/sync_merge_result_unittest.cc
@@ -24,7 +24,7 @@ TEST_F(SyncMergeResultTest, Unset) {
}
TEST_F(SyncMergeResultTest, SetError) {
- SyncError error(FROM_HERE, "message", BOOKMARKS);
+ SyncError error(FROM_HERE, SyncError::DATATYPE_ERROR, "message", BOOKMARKS);
SyncMergeResult merge_result(BOOKMARKS);
merge_result.set_error(error);
« no previous file with comments | « sync/api/sync_merge_result.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698