| Index: chrome/browser/ui/cocoa/import_progress_dialog.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/import_progress_dialog.mm (revision 70358)
|
| +++ chrome/browser/ui/cocoa/import_progress_dialog.mm (working copy)
|
| @@ -7,7 +7,7 @@
|
| #include "app/l10n_util.h"
|
| #include "app/l10n_util_mac.h"
|
| #include "base/logging.h"
|
| -#include "base/mac_util.h"
|
| +#include "base/mac/mac_util.h"
|
| #include "base/message_loop.h"
|
| #import "base/scoped_nsobject.h"
|
| #import "base/sys_string_conversions.h"
|
| @@ -57,7 +57,7 @@
|
| observer:(ImportObserver*)observer
|
| itemsEnabled:(int16)items {
|
| NSString* nib_path =
|
| - [mac_util::MainAppBundle() pathForResource:@"ImportProgressDialog"
|
| + [base::mac::MainAppBundle() pathForResource:@"ImportProgressDialog"
|
| ofType:@"nib"];
|
| self = [super initWithWindowNibPath:nib_path owner:self];
|
| if (self != nil) {
|
|
|