| Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| ===================================================================
|
| --- chrome/browser/ui/tab_contents/tab_contents_wrapper.cc (revision 110571)
|
| +++ chrome/browser/ui/tab_contents/tab_contents_wrapper.cc (working copy)
|
| @@ -589,7 +589,7 @@
|
|
|
| void TabContentsWrapper::DidBecomeSelected() {
|
| WebCacheManager::GetInstance()->ObserveActivity(
|
| - tab_contents()->GetRenderProcessHost()->id());
|
| + tab_contents()->GetRenderProcessHost()->GetID());
|
| }
|
|
|
| bool TabContentsWrapper::OnMessageReceived(const IPC::Message& message) {
|
|
|