| Index: content/browser/frame_host/PRESUBMIT.py
|
| diff --git a/content/browser/frame_host/PRESUBMIT.py b/content/browser/frame_host/PRESUBMIT.py
|
| index d3afe71d89e1a8bb606e6392a25bbe1714786997..a6d6fbf4fc06194d623aaa82f516c306f71b352d 100644
|
| --- a/content/browser/frame_host/PRESUBMIT.py
|
| +++ b/content/browser/frame_host/PRESUBMIT.py
|
| @@ -12,7 +12,7 @@ import re
|
|
|
| def _GetTryMasters(project, change):
|
| return {
|
| - 'tryserver.chromium.linux': {
|
| + 'master.tryserver.chromium.linux': {
|
| 'linux_site_isolation': [],
|
| },
|
| }
|
|
|