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

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: Cleanup Created 7 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: 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..9df327786516ce3abe4588ad8231ba952a530888 100644
--- a/sync/engine/store_timestamps_command_unittest.cc
+++ b/sync/engine/store_timestamps_command_unittest.cc
@@ -72,6 +72,7 @@ TEST_F(StoreTimestampsCommandTest, ProcessNewProgressMarkers) {
ModelTypeSet non_forward_progress_types =
Difference(ModelTypeSet::All(), forward_progress_types);
+ non_forward_progress_types.RemoveAll(VirtualTypes());
for (ModelTypeSet::Iterator it = non_forward_progress_types.First();
it.Good(); it.Inc()) {
EXPECT_TRUE(GetProgessMarkerToken(it.Get()).empty());

Powered by Google App Engine
This is Rietveld 408576698