| Index: components/dom_distiller/core/dom_distiller_service_unittest.cc
|
| diff --git a/components/dom_distiller/core/dom_distiller_service_unittest.cc b/components/dom_distiller/core/dom_distiller_service_unittest.cc
|
| index 4719cd2e3ca5c9cdd16aa3faad1c3d5bb849a36e..35065fdf913f838b713b8cc1dd20e23684f6f28b 100644
|
| --- a/components/dom_distiller/core/dom_distiller_service_unittest.cc
|
| +++ b/components/dom_distiller/core/dom_distiller_service_unittest.cc
|
| @@ -65,7 +65,7 @@ class DomDistillerServiceTest : public testing::Test {
|
| main_loop_.reset(new base::MessageLoop());
|
| FakeDB* fake_db = new FakeDB(&db_model_);
|
| FakeDB::EntryMap store_model;
|
| - store_ = test::util::CreateStoreWithFakeDB(fake_db, &store_model);
|
| + store_ = test::util::CreateStoreWithFakeDB(fake_db, store_model);
|
| distiller_factory_ = new MockDistillerFactory();
|
| service_.reset(new DomDistillerService(
|
| scoped_ptr<DomDistillerStoreInterface>(store_),
|
|
|