Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(641)

Unified Diff: components/password_manager/content/browser/PRESUBMIT.py

Issue 2841823007: Fix presubmit_scheme_histograms.py and presubmit_bad_message_reasons.py (Closed)
Patch Set: Fix an old typo in _RunHistogramChecks. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/nacl/browser/PRESUBMIT.py ('k') | content/browser/PRESUBMIT.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/content/browser/PRESUBMIT.py
diff --git a/components/password_manager/content/browser/PRESUBMIT.py b/components/password_manager/content/browser/PRESUBMIT.py
index 1507afc4db2976481da0c7391d57951210b34241..c17399159d80fca08b70cc068a014acdc3f28145 100644
--- a/components/password_manager/content/browser/PRESUBMIT.py
+++ b/components/password_manager/content/browser/PRESUBMIT.py
@@ -8,7 +8,7 @@ match the corresponding bad_message.h file.
def _RunHistogramChecks(input_api, output_api, histogram_name):
try:
- # Setup sys.path so that we can call histrogram code
+ # Setup sys.path so that we can call histograms code.
import sys
original_sys_path = sys.path
sys.path = sys.path + [input_api.os_path.join(
« no previous file with comments | « components/nacl/browser/PRESUBMIT.py ('k') | content/browser/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698