| Index: components/dom_distiller/core/dom_distiller_store_unittest.cc
|
| diff --git a/components/dom_distiller/core/dom_distiller_store_unittest.cc b/components/dom_distiller/core/dom_distiller_store_unittest.cc
|
| index 0fec59746761fecd54bba47fd990a273bb22c710..c17d2e6a70a48098fba803ec72c36853d239a9c5 100644
|
| --- a/components/dom_distiller/core/dom_distiller_store_unittest.cc
|
| +++ b/components/dom_distiller/core/dom_distiller_store_unittest.cc
|
| @@ -79,8 +79,10 @@ class FakeSyncChangeProcessor : public syncer::SyncChangeProcessor {
|
| EntryMap* model_;
|
| };
|
|
|
| -ArticleEntry CreateEntry(std::string entry_id, std::string page_url1,
|
| - std::string page_url2, std::string page_url3) {
|
| +ArticleEntry CreateEntry(const std::string& entry_id,
|
| + const std::string& page_url1,
|
| + const std::string& page_url2,
|
| + const std::string& page_url3) {
|
| ArticleEntry entry;
|
| entry.set_entry_id(entry_id);
|
| if (!page_url1.empty()) {
|
|
|