Index: chrome/browser/extensions/PRESUBMIT_test.py |
diff --git a/chrome/browser/extensions/PRESUBMIT_test.py b/chrome/browser/extensions/PRESUBMIT_test.py |
index ba7f9160f9c968b09c86c19ac522f06ae007e841..78b55222042cbe7d30a96e62107d5b6e6be4fbf0 100755 |
--- a/chrome/browser/extensions/PRESUBMIT_test.py |
+++ b/chrome/browser/extensions/PRESUBMIT_test.py |
@@ -144,7 +144,7 @@ class HistogramValueCheckerTest(unittest.TestCase): |
else: |
new_contents = self._ReadTextFileContents(new_file_path) |
input_api = MockInputApi() |
- mock_file = MockFile(PRESUBMIT.HistogramValueChecker.LOCAL_PATH, |
+ mock_file = MockFile(PRESUBMIT.HistogramValueChecker.HIST_VALUE_LOCAL_PATH, |
rpaquay
2014/02/18 21:39:26
Does this work? I am slightly confused to where HI
ahernandez
2014/02/20 17:23:42
It appears I forgot to remove this file; all of th
|
old_contents, |
new_contents) |
input_api.files.append(mock_file) |