| Index: tests/gclient_utils_test.py
 | 
| diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py
 | 
| index 4b230cb211732859fbfdde4a14495b62f1e02298..1af30215388345ccb3370c2124c13eaf5f10e18a 100755
 | 
| --- a/tests/gclient_utils_test.py
 | 
| +++ b/tests/gclient_utils_test.py
 | 
| @@ -28,7 +28,7 @@ class GclientUtilsUnittest(GclientUtilBase):
 | 
|          'GetGClientRootAndEntries', 'GetNamedNodeText',
 | 
|          'GetNodeNamedAttributeText', 'PathDifference', 'ParseXML', 'Popen',
 | 
|          'PrintableObject', 'RemoveDirectory', 'SplitUrlRevision',
 | 
| -        'SyntaxErrorToError', 'WorkItem',
 | 
| +        'StdoutAutoFlush', 'SyntaxErrorToError', 'WorkItem',
 | 
|          'errno', 'logging', 'os', 're', 'stat', 'subprocess', 'sys',
 | 
|          'threading', 'time', 'xml',
 | 
|      ]
 | 
| 
 |