Index: chrome/test/automation/tab_proxy.cc |
=================================================================== |
--- chrome/test/automation/tab_proxy.cc (revision 11111) |
+++ chrome/test/automation/tab_proxy.cc (working copy) |
@@ -71,7 +71,8 @@ |
return matches; |
} |
-AutomationMsg_NavigationResponseValues TabProxy::NavigateToURL(const GURL& url) { |
+AutomationMsg_NavigationResponseValues TabProxy::NavigateToURL( |
+ const GURL& url) { |
return NavigateToURLWithTimeout(url, base::kNoTimeout, NULL); |
} |