| Index: chrome/browser/safe_browsing/malware_details_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/malware_details_unittest.cc b/chrome/browser/safe_browsing/malware_details_unittest.cc
|
| index 3ec7f32cf88c7bc6429ff7ef314777539b25dce7..043f7665c955a43367ccb5b93a9d1b2b863aee99 100644
|
| --- a/chrome/browser/safe_browsing/malware_details_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/malware_details_unittest.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -48,8 +48,8 @@ class MalwareDetailsTest : public RenderViewHostTestHarness {
|
| resource->url = url;
|
| resource->resource_type = resource_type;
|
| resource->threat_type = SafeBrowsingService::URL_MALWARE;
|
| - resource->render_process_host_id = contents_->GetRenderProcessHost()->id();
|
| - resource->render_view_id = contents_->render_view_host()->routing_id();
|
| + resource->render_process_host_id = contents()->GetRenderProcessHost()->id();
|
| + resource->render_view_id = contents()->render_view_host()->routing_id();
|
| }
|
|
|
| void VerifyResults(const ClientMalwareReportRequest& report_pb,
|
|
|