Index: ash/ash_touch_exploration_manager_chromeos.cc |
diff --git a/ash/ash_touch_exploration_manager_chromeos.cc b/ash/ash_touch_exploration_manager_chromeos.cc |
index e10d2e7e79585aead78d06b4f7d33d0455387a6d..6af0578c544e690572272ddd19d7eb5f6351bae0 100644 |
--- a/ash/ash_touch_exploration_manager_chromeos.cc |
+++ b/ash/ash_touch_exploration_manager_chromeos.cc |
@@ -94,7 +94,7 @@ void AshTouchExplorationManager::UpdateTouchExplorationState() { |
} |
bool AshTouchExplorationManager::VolumeAdjustSoundEnabled() { |
- return !CommandLine::ForCurrentProcess()->HasSwitch( |
+ return !base::CommandLine::ForCurrentProcess()->HasSwitch( |
chromeos::switches::kDisableVolumeAdjustSound); |
} |