Chromium Code Reviews| Index: chrome/test/ui/ui_test.cc |
| diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc |
| index b5ef095ecfe87f38508646779f9d3893d847a922..2ad0952ce1ea156b01bb83b7092908d1808b0c46 100644 |
| --- a/chrome/test/ui/ui_test.cc |
| +++ b/chrome/test/ui/ui_test.cc |
| @@ -576,7 +576,7 @@ bool UITest::IsBrowserRunning() { |
| } |
| bool UITest::CrashAwareSleep(int time_out_ms) { |
| - return WAIT_TIMEOUT == WaitForSingleObject(process_, time_out_ms); |
| + return base::CrashAwareSleep(process_, time_out_ms); |
| } |
| /*static*/ |