| Index: chrome/browser/ui/cocoa/tab_controller.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/tab_controller.mm (revision 70358)
|
| +++ chrome/browser/ui/cocoa/tab_controller.mm (working copy)
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include "app/l10n_util_mac.h"
|
| -#include "base/mac_util.h"
|
| +#include "base/mac/mac_util.h"
|
| #import "chrome/browser/themes/browser_theme_provider.h"
|
| #import "chrome/browser/ui/cocoa/menu_controller.h"
|
| #import "chrome/browser/ui/cocoa/tab_controller.h"
|
| @@ -73,7 +73,7 @@
|
| }
|
|
|
| - (id)init {
|
| - self = [super initWithNibName:@"TabView" bundle:mac_util::MainAppBundle()];
|
| + self = [super initWithNibName:@"TabView" bundle:base::mac::MainAppBundle()];
|
| if (self != nil) {
|
| isIconShowing_ = YES;
|
| NSNotificationCenter* defaultCenter = [NSNotificationCenter defaultCenter];
|
|
|