| Index: chrome/browser/chromeos/offline/offline_load_page_unittest.cc
|
| diff --git a/chrome/browser/chromeos/offline/offline_load_page_unittest.cc b/chrome/browser/chromeos/offline/offline_load_page_unittest.cc
|
| index 5e722d6fa388120c60c57ba024ef0a7d56bcceb4..c9dce52f53bb2322614a4283c77072c8ad5fd744 100644
|
| --- a/chrome/browser/chromeos/offline/offline_load_page_unittest.cc
|
| +++ b/chrome/browser/chromeos/offline/offline_load_page_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.
|
|
|
| @@ -65,7 +65,7 @@ class OfflineLoadPageTest : public RenderViewHostTestHarness,
|
| void Navigate(const char* url, int page_id) {
|
| ViewHostMsg_FrameNavigate_Params params;
|
| InitNavigateParams(¶ms, page_id, GURL(url), PageTransition::TYPED);
|
| - contents()->TestDidNavigate(contents_->render_view_host(), params);
|
| + contents()->TestDidNavigate(contents()->render_view_host(), params);
|
| }
|
|
|
| void ShowInterstitial(const char* url) {
|
|
|