Index: sync/test/engine/syncer_command_test.h |
diff --git a/sync/test/engine/syncer_command_test.h b/sync/test/engine/syncer_command_test.h |
index e177a872c6909c3720abdc4f09bf05f983cd9d4a..fe084cab2ca18c88767ef5301ea017987a27476a 100644 |
--- a/sync/test/engine/syncer_command_test.h |
+++ b/sync/test/engine/syncer_command_test.h |
@@ -80,7 +80,7 @@ class SyncerCommandTestBase : public testing::Test, |
std::vector<ModelSafeWorker*> workers; |
std::vector<scoped_refptr<ModelSafeWorker> >::iterator it; |
for (it = workers_.begin(); it != workers_.end(); ++it) |
- workers.push_back(*it); |
+ workers.push_back(*it.get()); |
return workers; |
} |
void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) { |