| Index: chrome/browser/ui/cocoa/download/download_shelf_controller.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/download/download_shelf_controller.mm (revision 72000)
|
| +++ chrome/browser/ui/cocoa/download/download_shelf_controller.mm (working copy)
|
| @@ -5,7 +5,6 @@
|
| #import "chrome/browser/ui/cocoa/download/download_shelf_controller.h"
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/mac/mac_util.h"
|
| #include "base/sys_string_conversions.h"
|
| #include "chrome/browser/download/download_item.h"
|
| @@ -23,6 +22,7 @@
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| #import "third_party/GTM/AppKit/GTMNSAnimation+Duration.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| // Download shelf autoclose behavior:
|
| //
|
|
|