| Index: tests/gclient_utils_test.py
 | 
| diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py
 | 
| index 3b4d471ae6282ccea99d04364262cb8c78877b5a..13a92ac7dabe83931a01940cde3742e1e84cc2d6 100755
 | 
| --- a/tests/gclient_utils_test.py
 | 
| +++ b/tests/gclient_utils_test.py
 | 
| @@ -25,10 +25,10 @@ class GclientUtilsUnittest(GclientUtilBase):
 | 
|          'CheckCall', 'CheckCallError', 'CheckCallAndFilter',
 | 
|          'CheckCallAndFilterAndHeader', 'Error', 'ExecutionQueue', 'FileRead',
 | 
|          'FileWrite', 'FindFileUpwards', 'FindGclientRoot',
 | 
| -        'GetGClientRootAndEntries', 'GetNamedNodeText',
 | 
| +        'GetGClientRootAndEntries', 'GetNamedNodeText', 'MakeFileAutoFlush',
 | 
|          'GetNodeNamedAttributeText', 'PathDifference', 'ParseXML', 'Popen',
 | 
| -        'PrintableObject', 'RemoveDirectory', 'SplitUrlRevision',
 | 
| -        'StdoutAnnotated', 'StdoutAutoFlush', 'SyntaxErrorToError', 'WorkItem',
 | 
| +        'PrintableObject', 'RemoveDirectory', 'SoftClone', 'SplitUrlRevision',
 | 
| +        'StdoutAnnotated', 'SyntaxErrorToError', 'WorkItem',
 | 
|          'copy', 'errno', 'logging', 'os', 'Queue', 're', 'stat', 'subprocess',
 | 
|          'sys','threading', 'time', 'xml',
 | 
|      ]
 | 
| 
 |