| Index: chrome/test/automation/automation_proxy_uitest.cc
|
| diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc
|
| index 3e4981e73865f31cc67921f4d8c5be682ceeddc3..4e5ba9bad1c34d763c3d4c77716a2aaca190ddac 100644
|
| --- a/chrome/test/automation/automation_proxy_uitest.cc
|
| +++ b/chrome/test/automation/automation_proxy_uitest.cc
|
| @@ -134,7 +134,7 @@ TEST_F(AutomationProxyVisibleTest, MAYBE_WindowGetViewBounds) {
|
| ASSERT_TRUE(tab1->GetCurrentURL(&tab1_url));
|
|
|
| // Add another tab so we can simulate dragging.
|
| - ASSERT_TRUE(browser->AppendTab(GURL("about:")));
|
| + ASSERT_TRUE(browser->AppendTab(GURL(chrome::kChromeUIVersionURL)));
|
|
|
| scoped_refptr<TabProxy> tab2(browser->GetTab(1));
|
| ASSERT_TRUE(tab2.get());
|
|
|