Index: chrome/test/automation/automation_proxy.cc |
=================================================================== |
--- chrome/test/automation/automation_proxy.cc (revision 13127) |
+++ chrome/test/automation/automation_proxy.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -322,7 +322,7 @@ |
} else if (dialog_shown) { |
return true; |
} |
- Sleep(automation::kSleepTime); |
+ PlatformThread::Sleep(automation::kSleepTime); |
} |
// Dialog never shown. |
return false; |