| Index: chrome/browser/password_manager_delegate_impl.cc
|
| diff --git a/chrome/browser/password_manager_delegate_impl.cc b/chrome/browser/password_manager_delegate_impl.cc
|
| index 2a5012e1b772e441c261f241c6d937d36ceaa47f..96c1b407be547083cfe874055407f464c6ae4cf7 100644
|
| --- a/chrome/browser/password_manager_delegate_impl.cc
|
| +++ b/chrome/browser/password_manager_delegate_impl.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -116,7 +116,7 @@ void PasswordManagerDelegateImpl::FillPasswordForm(
|
| const webkit::forms::PasswordFormFillData& form_data) {
|
| tab_contents_->web_contents()->GetRenderViewHost()->Send(
|
| new AutofillMsg_FillPasswordForm(
|
| - tab_contents_->web_contents()->GetRenderViewHost()->routing_id(),
|
| + tab_contents_->web_contents()->GetRenderViewHost()->GetRoutingID(),
|
| form_data));
|
| }
|
|
|
|
|