summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/automation_proxy_uitest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/automation/automation_proxy_uitest.cc')
-rw-r--r--chrome/test/automation/automation_proxy_uitest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc
index 6fea02f..330ca2d 100644
--- a/chrome/test/automation/automation_proxy_uitest.cc
+++ b/chrome/test/automation/automation_proxy_uitest.cc
@@ -119,7 +119,7 @@ TEST_F(AutomationProxyVisibleTest, WindowGetViewBounds) {
end.x = start.x + 2 * bounds.width() / 3;
end.y = start.y;
ASSERT_TRUE(browser->SimulateDrag(start, end,
- ChromeViews::Event::EF_LEFT_BUTTON_DOWN));
+ views::Event::EF_LEFT_BUTTON_DOWN));
// Check to see that the drag event successfully swapped the two tabs.
tab1.reset(browser->GetTab(0));