| Index: chrome/browser/media/router/test_helper.h
|
| diff --git a/chrome/browser/media/router/test_helper.h b/chrome/browser/media/router/test_helper.h
|
| index 0b8bfbd2bd0f4861f99cd0dca5ee643eda4aa047..3179d1511b3c544be3f59e2c1e9f42b2a6641aae 100644
|
| --- a/chrome/browser/media/router/test_helper.h
|
| +++ b/chrome/browser/media/router/test_helper.h
|
| @@ -67,7 +67,7 @@ MATCHER_P(EqualsIssue, other, "") {
|
| if (arg.is_blocking() != other.is_blocking())
|
| return false;
|
|
|
| - if (arg.help_url() != other.help_url())
|
| + if (arg.help_page_id() != other.help_page_id())
|
| return false;
|
|
|
| return true;
|
|
|