| Index: tests/gclient_utils_test.py
 | 
| diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py
 | 
| index 444cbc510a4f700506109f1fcacea26829e30902..f124d3beca20183cf92ade265e6f4d230421a55d 100755
 | 
| --- a/tests/gclient_utils_test.py
 | 
| +++ b/tests/gclient_utils_test.py
 | 
| @@ -36,7 +36,7 @@ class GclientUtilsUnittest(GclientUtilBase):
 | 
|          'PrintableObject', 'RemoveDirectory', 'SoftClone', 'SplitUrlRevision',
 | 
|          'SyntaxErrorToError', 'WorkItem',
 | 
|          'errno', 'lockedmethod', 'logging', 'os', 'Queue', 're', 'rmtree',
 | 
| -        'stat', 'subprocess2', 'sys','threading', 'time',
 | 
| +        'safe_makedirs', 'stat', 'subprocess2', 'sys','threading', 'time',
 | 
|      ]
 | 
|      # If this test fails, you should add the relevant test.
 | 
|      self.compareMembers(gclient_utils, members)
 | 
| 
 |