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 45e407904535a5da17e5283def3e0b0f6f996cea..5131458daf9e1f7aa6833883853b9d6e0b2cb586 100644 |
--- a/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc |
+++ b/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc |
@@ -34,7 +34,7 @@ class TouchExplorationTest : public InProcessBrowserTest { |
virtual ~TouchExplorationTest() {} |
protected: |
- virtual void SetUpOnMainThread() OVERRIDE { |
+ virtual void SetUpOnMainThread() override { |
// The RenderView for WebContents is created as a result of the |
// navigation to the New Tab page which is done as part of the test |
// SetUp. The creation involves sending a resize message to the renderer |
@@ -50,7 +50,7 @@ class TouchExplorationTest : public InProcessBrowserTest { |
root_window_->AddPreTargetHandler(event_handler_.get()); |
} |
- virtual void TearDownOnMainThread() OVERRIDE { |
+ virtual void TearDownOnMainThread() override { |
SwitchTouchExplorationMode(false); |
root_window_->RemovePreTargetHandler(event_handler_.get()); |
} |