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

Unified Diff: media/audio/fake_audio_input_stream.cc

Issue 819203002: Make callers of CommandLine use it via the base:: namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « media/audio/audio_manager_base.cc ('k') | media/audio/linux/audio_manager_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/fake_audio_input_stream.cc
diff --git a/media/audio/fake_audio_input_stream.cc b/media/audio/fake_audio_input_stream.cc
index 43804cb82689ab3497ea1e1c6ab231245600b0c9..517117a18c62b5a0ff1701d82a212e5baaee9311 100644
--- a/media/audio/fake_audio_input_stream.cc
+++ b/media/audio/fake_audio_input_stream.cc
@@ -151,9 +151,9 @@ bool FakeAudioInputStream::Open() {
memset(buffer_.get(), 0, buffer_size_);
audio_bus_->Zero();
- if (CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kUseFileForFakeAudioCapture)) {
- OpenInFileMode(CommandLine::ForCurrentProcess()->GetSwitchValuePath(
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch(
+ switches::kUseFileForFakeAudioCapture)) {
+ OpenInFileMode(base::CommandLine::ForCurrentProcess()->GetSwitchValuePath(
switches::kUseFileForFakeAudioCapture));
}
« no previous file with comments | « media/audio/audio_manager_base.cc ('k') | media/audio/linux/audio_manager_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698