Index: chrome/browser/automation/automation_util.cc |
=================================================================== |
--- chrome/browser/automation/automation_util.cc (revision 110571) |
+++ chrome/browser/automation/automation_util.cc (working copy) |
@@ -139,7 +139,7 @@ |
// Since we may be on the UI thread don't call GetURLRequestContext(). |
// Get the request context specific to the current TabContents and app. |
return contents->browser_context()->GetRequestContextForRenderProcess( |
- contents->render_view_host()->process()->id()); |
+ contents->render_view_host()->process()->GetID()); |
} |
void GetCookies(const GURL& url, |