| Index: build/mac/generate_localizer
|
| ===================================================================
|
| --- build/mac/generate_localizer (revision 21272)
|
| +++ build/mac/generate_localizer (working copy)
|
| @@ -27,13 +27,12 @@
|
| #ifndef %(class_name)s_LOCALIZER_H_
|
| #define %(class_name)s_LOCALIZER_H_
|
|
|
| -#import "third_party/GTM/AppKit/GTMUILocalizer.h"
|
| +#import "chrome/browser/cocoa/ui_localizer.h"
|
|
|
| -// A subclass of GTMUILocalizer that handles localizes based on resource
|
| +// A subclass of ChromeUILocalizer that handles localization based on resource
|
| // constants.
|
|
|
| -@interface %(class_name)sLocalizer : GTMUILocalizer {
|
| -}
|
| +@interface %(class_name)sLocalizer : ChromeUILocalizer
|
| @end
|
|
|
| #endif // %(class_name)s_LOCALIZER_H_
|
| @@ -49,7 +48,6 @@
|
|
|
| #import "%(header_name)s"
|
|
|
| -#import "chrome/browser/cocoa/ui_localizer.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
|
|
|
|