Index: ash/audio/sounds.cc |
diff --git a/ash/audio/sounds.cc b/ash/audio/sounds.cc |
index ed1e5bf791245ad6755d7ade8ff16974f90bc4f2..b377e35293634030e42a0013fe916e467fb1ec37 100644 |
--- a/ash/audio/sounds.cc |
+++ b/ash/audio/sounds.cc |
@@ -18,7 +18,7 @@ bool PlaySystemSoundAlways(media::SoundsManager::SoundKey key) { |
} |
bool PlaySystemSoundIfSpokenFeedback(SoundsManager::SoundKey key) { |
- CommandLine* cl = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* cl = base::CommandLine::ForCurrentProcess(); |
if (cl->HasSwitch(switches::kAshEnableSystemSounds)) |
return SoundsManager::Get()->Play(key); |