Chromium Code Reviews| Index: chrome/browser/ui/cocoa/hung_renderer_controller.mm |
| diff --git a/chrome/browser/ui/cocoa/hung_renderer_controller.mm b/chrome/browser/ui/cocoa/hung_renderer_controller.mm |
| index 25092a95679b19c54f10b1b7a2353cdef7850719..44eab07d15871a1212911415bc0f2f57df34feed 100644 |
| --- a/chrome/browser/ui/cocoa/hung_renderer_controller.mm |
| +++ b/chrome/browser/ui/cocoa/hung_renderer_controller.mm |
| @@ -6,7 +6,6 @@ |
| #import <Cocoa/Cocoa.h> |
| -#include "app/mac/nsimage_cache.h" |
| #include "base/mac/mac_util.h" |
| #include "base/process_util.h" |
| #include "base/sys_string_conversions.h" |
| @@ -14,12 +13,12 @@ |
| #include "chrome/browser/ui/browser_dialogs.h" |
| #include "chrome/browser/ui/browser_list.h" |
| #import "chrome/browser/ui/cocoa/multi_key_equivalent_button.h" |
| +#import "chrome/browser/ui/cocoa/tab_contents/favicon_util.h" |
| #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" |
| #include "chrome/common/logging_chrome.h" |
| #include "content/browser/renderer_host/render_process_host.h" |
| #include "content/browser/renderer_host/render_view_host.h" |
| #include "content/browser/tab_contents/tab_contents.h" |
| -#import "chrome/browser/ui/cocoa/tab_contents/favicon_util.h" |
| #include "content/common/result_codes.h" |
| #include "grit/app_resources.h" |
| #include "grit/chromium_strings.h" |
| @@ -30,6 +29,7 @@ |
| #include "ui/base/l10n/l10n_util_mac.h" |
| #include "ui/base/resource/resource_bundle.h" |
| #include "ui/gfx/image/image.h" |
| +#include "ui/gfx/mac/nsimage_cache.h" |
|
Robert Sesek
2011/06/21 21:24:00
Unused here.
tfarina
2011/06/21 23:01:33
Removed.
|
| namespace { |
| // We only support showing one of these at a time per app. The |