| Index: chrome/browser/ui/cocoa/hung_renderer_controller.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/hung_renderer_controller.mm (revision 72000)
|
| +++ chrome/browser/ui/cocoa/hung_renderer_controller.mm (working copy)
|
| @@ -6,7 +6,6 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| -#include "app/resource_bundle.h"
|
| #include "app/l10n_util_mac.h"
|
| #include "base/mac/mac_util.h"
|
| #include "base/process_util.h"
|
| @@ -25,6 +24,7 @@
|
| #include "grit/theme_resources.h"
|
| #include "skia/ext/skia_utils_mac.h"
|
| #include "third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| namespace {
|
| // We only support showing one of these at a time per app. The
|
|
|