| Index: chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc
|
| diff --git a/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc b/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc
|
| index ee45201e1b0eedf276a106f9824710dc30610e48..0d84bbf1407bd79aeb2b353839490a93321c9556 100644
|
| --- a/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc
|
| +++ b/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc
|
| @@ -86,7 +86,8 @@ void AddEntry(const ArticleEntry& e, FakeDB<ArticleEntry>::EntryMap* map) {
|
| (*map)[e.entry_id()] = e;
|
| }
|
|
|
| -ArticleEntry CreateEntry(std::string entry_id, std::string page_url) {
|
| +ArticleEntry CreateEntry(const std::string& entry_id,
|
| + const std::string& page_url) {
|
| ArticleEntry entry;
|
| entry.set_entry_id(entry_id);
|
| if (!page_url.empty()) {
|
|
|