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

Unified Diff: trunk/src/content/gpu/gpu_watchdog_thread.cc

Issue 105823009: Revert 239280 "Move more file_util functions to base namespace." (Closed) Base URL: svn://svn.chromium.org/chrome/
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: 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_);
}

Powered by Google App Engine
This is Rietveld 408576698