| Index: chrome/browser/invalidation/ticl_invalidation_service_unittest.cc
|
| diff --git a/chrome/browser/invalidation/ticl_invalidation_service_unittest.cc b/chrome/browser/invalidation/ticl_invalidation_service_unittest.cc
|
| index 314e8a70f3d1450b2fba5425490500e4cc02d9c6..91fd130f2f8acd286d7673c5765a258b214052f4 100644
|
| --- a/chrome/browser/invalidation/ticl_invalidation_service_unittest.cc
|
| +++ b/chrome/browser/invalidation/ticl_invalidation_service_unittest.cc
|
| @@ -26,7 +26,7 @@ class TiclInvalidationServiceTestDelegate {
|
| fake_invalidator_ = new syncer::FakeInvalidator();
|
| profile_.reset(new TestingProfile());
|
| invalidation_service_.reset(
|
| - new TiclInvalidationService(NULL, NULL, NULL, profile_.get()));
|
| + new TiclInvalidationService(NULL, NULL, profile_.get()));
|
| invalidation_service_->InitForTest(fake_invalidator_);
|
| }
|
|
|
|
|