| Index: chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.mm b/chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.mm
|
| index 3b11c141586142babbba2f08bc06d32e0971a24a..c01a9458f809d86c29d4c8a85d9dcaae154db167 100644
|
| --- a/chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.mm
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 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.
|
|
|
| @@ -27,7 +27,7 @@
|
| // If tab_contents_ is nil, ask view to remove link.
|
| if (!tabContents_) {
|
| SadTabView* sad_view = static_cast<SadTabView*>([self view]);
|
| - [sad_view removeLinkButton];
|
| + [sad_view removeHelpText];
|
| }
|
| }
|
|
|
|
|