| Index: components/dom_distiller/core/dom_distiller_test_util.h
|
| diff --git a/components/dom_distiller/core/dom_distiller_test_util.h b/components/dom_distiller/core/dom_distiller_test_util.h
|
| index e83a4fb4257d4a7a0543f2c49d1ee1de10baadb4..d0e05e44ffcfb0829626779d5d5012147232e9d9 100644
|
| --- a/components/dom_distiller/core/dom_distiller_test_util.h
|
| +++ b/components/dom_distiller/core/dom_distiller_test_util.h
|
| @@ -43,7 +43,7 @@ testing::Matcher<const std::vector<DomDistillerObserver::ArticleUpdate>&>
|
| // Creates a simple DomDistillerStore backed by |fake_db| and initialized
|
| // with |store_model|.
|
| DomDistillerStore* CreateStoreWithFakeDB(FakeDB* fake_db,
|
| - FakeDB::EntryMap* store_model);
|
| + const FakeDB::EntryMap& store_model);
|
|
|
| } // namespace util
|
| } // namespace test
|
|
|