Index: chrome/browser/resources/PRESUBMIT_test.py |
diff --git a/chrome/browser/resources/PRESUBMIT_test.py b/chrome/browser/resources/PRESUBMIT_test.py |
index eccd5c9f29d78ae6df6464d16b95c1315eb816e2..028da0733028d362a60a2a981857f4e3ee431be5 100644 |
--- a/chrome/browser/resources/PRESUBMIT_test.py |
+++ b/chrome/browser/resources/PRESUBMIT_test.py |
@@ -74,11 +74,11 @@ class HTMLActionAdditionTest(unittest.TestCase): |
def _createActionXMLFile(self): |
content = ('<actions>' |
- '<action name="validaction_Disabled">' |
+ '<action name="validaction_Disable">' |
' <owner>Please list the metric\'s owners.</owner>' |
' <description>Enter the description of this user action.</description>' |
'</action>' |
- '<action name="validaction_Enabled">' |
+ '<action name="validaction_Enable">' |
' <owner>Please list the metric\'s owners. </owner>' |
' <description>Enter the description of this user action.</description>' |
'</action>' |