Index: chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc |
diff --git a/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc b/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc |
index 1a2a8097bb2089ac5dbcc94495b2c1f2b6bc46e4..0e78b04ce41a1d7b81616a9e1dc4d87bc965facc 100644 |
--- a/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc |
+++ b/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc |
@@ -50,7 +50,7 @@ class TouchExplorationTest : public InProcessBrowserTest { |
root_window_->AddPreTargetHandler(event_handler_.get()); |
} |
- virtual void CleanUpOnMainThread() OVERRIDE { |
+ virtual void TearDownOnMainThread() OVERRIDE { |
SwitchTouchExplorationMode(false); |
root_window_->RemovePreTargetHandler(event_handler_.get()); |
} |