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

Unified Diff: trunk/src/content/renderer/media/media_stream_audio_processor_unittest.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/renderer/media/media_stream_audio_processor_unittest.cc
===================================================================
--- trunk/src/content/renderer/media/media_stream_audio_processor_unittest.cc (revision 239399)
+++ trunk/src/content/renderer/media/media_stream_audio_processor_unittest.cc (working copy)
@@ -46,7 +46,7 @@
DCHECK(base::PathExists(file));
int64 data_file_size64 = 0;
DCHECK(base::GetFileSize(file, &data_file_size64));
- EXPECT_EQ(length, base::ReadFile(file, data, length));
+ EXPECT_EQ(length, file_util::ReadFile(file, data, length));
DCHECK(data_file_size64 > length);
}
« no previous file with comments | « trunk/src/content/gpu/gpu_watchdog_thread.cc ('k') | trunk/src/content/renderer/media/webrtc_audio_device_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698