diff options
Diffstat (limited to 'content/gpu/gpu_watchdog_thread.cc')
-rw-r--r-- | content/gpu/gpu_watchdog_thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/gpu/gpu_watchdog_thread.cc b/content/gpu/gpu_watchdog_thread.cc index bbca3e9..09e710e 100644 --- a/content/gpu/gpu_watchdog_thread.cc +++ b/content/gpu/gpu_watchdog_thread.cc @@ -25,7 +25,7 @@ const int64 kCheckPeriodMs = 2000; GpuWatchdogThread::GpuWatchdogThread(int timeout) : base::Thread("Watchdog"), - watched_message_loop_(MessageLoop::current()), + watched_message_loop_(base::MessageLoop::current()), timeout_(base::TimeDelta::FromMilliseconds(timeout)), armed_(false), #if defined(OS_WIN) |