Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(526)

Unified Diff: content/gpu/gpu_watchdog_thread.cc

Issue 109043002: Move more file_util functions to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_);
}
« no previous file with comments | « content/common/plugin_list_posix.cc ('k') | content/renderer/media/media_stream_audio_processor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698