| Index: components/dom_distiller/core/dom_distiller_test_util.cc
|
| diff --git a/components/dom_distiller/core/dom_distiller_test_util.cc b/components/dom_distiller/core/dom_distiller_test_util.cc
|
| index 45ddf86e8bba5e20f7428d7d436400bbba7c55e7..0b49d315934fc75264172503562ee74503f9b7d5 100644
|
| --- a/components/dom_distiller/core/dom_distiller_test_util.cc
|
| +++ b/components/dom_distiller/core/dom_distiller_test_util.cc
|
| @@ -94,7 +94,7 @@ DomDistillerStore* CreateStoreWithFakeDB(
|
| FakeDB<ArticleEntry>* fake_db,
|
| const FakeDB<ArticleEntry>::EntryMap& store_model) {
|
| return new DomDistillerStore(
|
| - scoped_ptr<leveldb_proto::ProtoDatabase<ArticleEntry> >(fake_db),
|
| + std::unique_ptr<leveldb_proto::ProtoDatabase<ArticleEntry>>(fake_db),
|
| EntryMapToList(store_model), FakeDB<ArticleEntry>::DirectoryForTestDB());
|
| }
|
|
|
|
|