Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / ash_touch_exploration_manager_chromeos.cc
index e10d2e7..ca5fa94 100644 (file)
@@ -33,7 +33,7 @@ AshTouchExplorationManager::~AshTouchExplorationManager() {
 }
 
 void AshTouchExplorationManager::OnAccessibilityModeChanged(
-    AccessibilityNotificationVisibility notify) {
+    ui::AccessibilityNotificationVisibility notify) {
   UpdateTouchExplorationState();
 }
 
@@ -94,7 +94,7 @@ void AshTouchExplorationManager::UpdateTouchExplorationState() {
 }
 
 bool AshTouchExplorationManager::VolumeAdjustSoundEnabled() {
-  return !CommandLine::ForCurrentProcess()->HasSwitch(
+  return !base::CommandLine::ForCurrentProcess()->HasSwitch(
       chromeos::switches::kDisableVolumeAdjustSound);
 }