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 83ac18e9fe7b8ef2ce1c656445f8eefda5efa634..f915c66a86cd488714c3838abad7fb151a677fa3 100644 |
--- a/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc |
+++ b/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc |
@@ -71,7 +71,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()) { |