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

Unified Diff: sync/protocol/proto_enum_conversions_unittest.cc

Issue 11314008: sync: Follow-up to conflict resolution refactor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 8 years, 2 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/protocol/get_updates_caller_info.proto ('k') | sync/sessions/session_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/proto_enum_conversions_unittest.cc
diff --git a/sync/protocol/proto_enum_conversions_unittest.cc b/sync/protocol/proto_enum_conversions_unittest.cc
index 0b491976f613e1031e9e17cf475b51de10da7561..f66d3796c2510269b34412bdeefb3d233b5d85ba 100644
--- a/sync/protocol/proto_enum_conversions_unittest.cc
+++ b/sync/protocol/proto_enum_conversions_unittest.cc
@@ -50,7 +50,7 @@ TEST_F(ProtoEnumConversionsTest, GetUpdatesSourceString) {
TestEnumStringFunction(
GetUpdatesSourceString,
sync_pb::GetUpdatesCallerInfo::GetUpdatesSource_MIN,
- sync_pb::GetUpdatesCallerInfo::SYNC_CYCLE_CONTINUATION);
+ sync_pb::GetUpdatesCallerInfo::PERIODIC);
TestEnumStringFunction(
GetUpdatesSourceString,
sync_pb::GetUpdatesCallerInfo::NEWLY_SUPPORTED_DATATYPE,
« no previous file with comments | « sync/protocol/get_updates_caller_info.proto ('k') | sync/sessions/session_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698