| Index: components/dom_distiller/core/url_utils_unittest.cc
|
| diff --git a/components/dom_distiller/core/url_utils_unittest.cc b/components/dom_distiller/core/url_utils_unittest.cc
|
| index 5572a0c1ae35af71d87d873ab817b4d104ee17ec..5604417811a5a45e8d1cfb0d6f0ee9d63d5951d4 100644
|
| --- a/components/dom_distiller/core/url_utils_unittest.cc
|
| +++ b/components/dom_distiller/core/url_utils_unittest.cc
|
| @@ -43,7 +43,7 @@ TEST(DomDistillerUrlUtilsTest, TestGetValueForKeyInUrlPathQuery) {
|
|
|
| std::string ThroughDistiller(const std::string& url) {
|
| return GetOriginalUrlFromDistillerUrl(
|
| - GetDistillerViewUrlFromUrl(kDomDistillerScheme, GURL(url))).spec();
|
| + GetDistillerViewUrlFromUrl(kDomDistillerScheme, GURL(url), 123)).spec();
|
| }
|
|
|
| std::string GetOriginalUrlFromDistillerUrl(const std::string& url) {
|
|
|