| Index: chrome/browser/ui/cocoa/confirm_quit_panel_controller.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/confirm_quit_panel_controller.mm (revision 70358)
|
| +++ chrome/browser/ui/cocoa/confirm_quit_panel_controller.mm (working copy)
|
| @@ -6,7 +6,7 @@
|
| #import <QuartzCore/QuartzCore.h>
|
|
|
| #include "base/logging.h"
|
| -#include "base/mac_util.h"
|
| +#include "base/mac/mac_util.h"
|
| #include "base/scoped_nsobject.h"
|
| #import "chrome/browser/ui/cocoa/confirm_quit_panel_controller.h"
|
|
|
| @@ -29,7 +29,7 @@
|
|
|
| - (id)initInternal {
|
| NSString* nibPath =
|
| - [mac_util::MainAppBundle() pathForResource:@"ConfirmQuitPanel"
|
| + [base::mac::MainAppBundle() pathForResource:@"ConfirmQuitPanel"
|
| ofType:@"nib"];
|
| if ((self = [super initWithWindowNibPath:nibPath owner:self])) {
|
| }
|
|
|
| Property changes on: chrome/browser/ui/cocoa/confirm_quit_panel_controller.mm
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|