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

Unified Diff: sync/engine/store_timestamps_command_unittest.cc

Issue 11958029: [Sync] Add support for proxy types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Switch to ProxyTypes Created 7 years, 10 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/engine/download_updates_command.cc ('k') | sync/internal_api/debug_info_event_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/store_timestamps_command_unittest.cc
diff --git a/sync/engine/store_timestamps_command_unittest.cc b/sync/engine/store_timestamps_command_unittest.cc
index 797b9baf989accb09d1329ad04e31d8937e5d2ba..e49eb3126eed11810250d5988c67da4021eb8422 100644
--- a/sync/engine/store_timestamps_command_unittest.cc
+++ b/sync/engine/store_timestamps_command_unittest.cc
@@ -71,7 +71,7 @@ TEST_F(StoreTimestampsCommandTest, ProcessNewProgressMarkers) {
EXPECT_EQ("token2", GetProgessMarkerToken(HISTORY_DELETE_DIRECTIVES));
ModelTypeSet non_forward_progress_types =
- Difference(ModelTypeSet::All(), forward_progress_types);
+ Difference(ProtocolTypes(), forward_progress_types);
for (ModelTypeSet::Iterator it = non_forward_progress_types.First();
it.Good(); it.Inc()) {
EXPECT_TRUE(GetProgessMarkerToken(it.Get()).empty());
« no previous file with comments | « sync/engine/download_updates_command.cc ('k') | sync/internal_api/debug_info_event_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698