| Index: chrome/browser/ui/cocoa/edit_search_engine_cocoa_controller.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/edit_search_engine_cocoa_controller.mm (revision 70358)
|
| +++ chrome/browser/ui/cocoa/edit_search_engine_cocoa_controller.mm (working copy)
|
| @@ -7,7 +7,7 @@
|
| #include "app/l10n_util_mac.h"
|
| #include "app/resource_bundle.h"
|
| #include "base/logging.h"
|
| -#import "base/mac_util.h"
|
| +#import "base/mac/mac_util.h"
|
| #include "base/string16.h"
|
| #include "base/sys_string_conversions.h"
|
| #include "chrome/browser/search_engines/template_url.h"
|
| @@ -32,7 +32,7 @@
|
| delegate:(EditSearchEngineControllerDelegate*)delegate
|
| templateURL:(const TemplateURL*)url {
|
| DCHECK(profile);
|
| - NSString* nibpath = [mac_util::MainAppBundle()
|
| + NSString* nibpath = [base::mac::MainAppBundle()
|
| pathForResource:@"EditSearchEngine"
|
| ofType:@"nib"];
|
| if ((self = [super initWithWindowNibPath:nibpath owner:self])) {
|
|
|