| Index: tests/gclient_utils_test.py
 | 
| diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py
 | 
| index cf394d744dffbe8d6567974fffdf793c5af909b7..3b4d471ae6282ccea99d04364262cb8c78877b5a 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',
 | 
| -        'StdoutAutoFlush', 'SyntaxErrorToError', 'WorkItem',
 | 
| +        'StdoutAnnotated', 'StdoutAutoFlush', 'SyntaxErrorToError', 'WorkItem',
 | 
|          'copy', 'errno', 'logging', 'os', 'Queue', 're', 'stat', 'subprocess',
 | 
|          'sys','threading', 'time', 'xml',
 | 
|      ]
 | 
| 
 |