Chromium Code Reviews| Index: PRESUBMIT_test_mocks.py |
| diff --git a/PRESUBMIT_test_mocks.py b/PRESUBMIT_test_mocks.py |
| index 7d286b9daa13260d70db6b1b43b624067c656381..fa4f4bf578f58c2d3043f0406e5668546d046d11 100644 |
| --- a/PRESUBMIT_test_mocks.py |
| +++ b/PRESUBMIT_test_mocks.py |
| @@ -29,6 +29,9 @@ class MockInputApi(object): |
| def AffectedFiles(self, file_filter=None): |
| return self.files |
| + def AffectedSourceFiles(self, file_filter=None): |
| + return self.files |
| + |
| def PresubmitLocalPath(self): |
| return os.path.dirname(__file__) |