| Index: content/gpu/gpu_watchdog_thread.cc
|
| diff --git a/content/gpu/gpu_watchdog_thread.cc b/content/gpu/gpu_watchdog_thread.cc
|
| index b644aec0de7c0e030a088f7e6b59b4744526339f..940d07e72ac43ae0cb6f36e1b160ab48c6bd7f24 100644
|
| --- a/content/gpu/gpu_watchdog_thread.cc
|
| +++ b/content/gpu/gpu_watchdog_thread.cc
|
| @@ -57,7 +57,7 @@ GpuWatchdogThread::GpuWatchdogThread(int timeout)
|
| #endif
|
|
|
| #if defined(OS_CHROMEOS)
|
| - tty_file_ = file_util::OpenFile(base::FilePath(kTtyFilePath), "r");
|
| + tty_file_ = base::OpenFile(base::FilePath(kTtyFilePath), "r");
|
| #endif
|
| watched_message_loop_->AddTaskObserver(&task_observer_);
|
| }
|
|
|