| Index: sync/engine/sync_scheduler_unittest.cc
|
| diff --git a/sync/engine/sync_scheduler_unittest.cc b/sync/engine/sync_scheduler_unittest.cc
|
| index a436722c294b59428780f27247e425be64b5ca7a..3c86748264454b250ed51669a66e1255e2ebb9df 100644
|
| --- a/sync/engine/sync_scheduler_unittest.cc
|
| +++ b/sync/engine/sync_scheduler_unittest.cc
|
| @@ -235,8 +235,7 @@ class SyncSchedulerTest : public testing::Test {
|
| static scoped_ptr<InvalidationInterface> BuildInvalidation(
|
| int64 version,
|
| const std::string& payload) {
|
| - return MockInvalidation::Build(version, payload)
|
| - .PassAs<InvalidationInterface>();
|
| + return MockInvalidation::Build(version, payload);
|
| }
|
|
|
| private:
|
|
|