Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / audio / sounds.cc
index ed1e5bf..b377e35 100644 (file)
@@ -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);