| Index: chrome/test/automation/automation_proxy_uitest.cc
|
| ===================================================================
|
| --- chrome/test/automation/automation_proxy_uitest.cc (revision 88158)
|
| +++ chrome/test/automation/automation_proxy_uitest.cc (working copy)
|
| @@ -134,7 +134,7 @@
|
| ASSERT_TRUE(tab1->GetCurrentURL(&tab1_url));
|
|
|
| // Add another tab so we can simulate dragging.
|
| - ASSERT_TRUE(browser->AppendTab(GURL(chrome::kChromeUIVersionURL)));
|
| + ASSERT_TRUE(browser->AppendTab(GURL("about:")));
|
|
|
| scoped_refptr<TabProxy> tab2(browser->GetTab(1));
|
| ASSERT_TRUE(tab2.get());
|
|
|