Index: chrome_frame/test/net/fake_external_tab.cc |
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc |
index 5caadd33657c9b0c5440ca44a24a1a22ff037a0f..c2c5cdec526270ed9940ae73b8e36cb6a2322163 100644 |
--- a/chrome_frame/test/net/fake_external_tab.cc |
+++ b/chrome_frame/test/net/fake_external_tab.cc |
@@ -246,7 +246,7 @@ void CFUrlRequestUnittestRunner::Initialize() { |
// directly because it will attempt to initialize some things such as |
// ICU that have already been initialized for this process. |
InitializeLogging(); |
- base::Time::EnableHiResClockForTests(); |
+ base::Time::UseHighResolutionTimer(true); |
#if !defined(PURIFY) && defined(OS_WIN) |
logging::SetLogAssertHandler(UnitTestAssertHandler); |