| Index: chrome/browser/cocoa/tab_controller.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/tab_controller.mm (revision 13839)
|
| +++ chrome/browser/cocoa/tab_controller.mm (working copy)
|
| @@ -2,7 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#import "base/mac_util.h"
|
| #import "chrome/browser/cocoa/tab_controller.h"
|
| #import "chrome/browser/cocoa/tab_controller_target.h"
|
|
|
| @@ -21,7 +20,7 @@
|
| }
|
|
|
| - (id)init {
|
| - self = [super initWithNibName:@"TabView" bundle:mac_util::MainAppBundle()];
|
| + self = [super initWithNibName:@"TabView" bundle:nil];
|
| if (self != nil) {
|
| [self setImage:[NSImage imageNamed:@"nav"]];
|
| }
|
|
|