Index: trunk/src/content/gpu/gpu_watchdog_thread.cc |
=================================================================== |
--- trunk/src/content/gpu/gpu_watchdog_thread.cc (revision 239399) |
+++ trunk/src/content/gpu/gpu_watchdog_thread.cc (working copy) |
@@ -57,7 +57,7 @@ |
#endif |
#if defined(OS_CHROMEOS) |
- tty_file_ = base::OpenFile(base::FilePath(kTtyFilePath), "r"); |
+ tty_file_ = file_util::OpenFile(base::FilePath(kTtyFilePath), "r"); |
#endif |
watched_message_loop_->AddTaskObserver(&task_observer_); |
} |