| Index: chrome/browser/ui/views/download/download_item_view.cc
|
| diff --git a/chrome/browser/ui/views/download/download_item_view.cc b/chrome/browser/ui/views/download/download_item_view.cc
|
| index 98d73a89fd4913f0696fb958d7665eb1e1460738..7fc4f0a2ea7a63fc0156fe1aad36e1598c1a2dd3 100644
|
| --- a/chrome/browser/ui/views/download/download_item_view.cc
|
| +++ b/chrome/browser/ui/views/download/download_item_view.cc
|
| @@ -26,6 +26,7 @@
|
| #include "chrome/browser/ui/views/download/download_shelf_view.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| +#include "third_party/icu/public/common/unicode/uchar.h"
|
| #include "ui/base/accessibility/accessible_view_state.h"
|
| #include "ui/base/animation/slide_animation.h"
|
| #include "ui/base/events/event.h"
|
| @@ -39,7 +40,6 @@
|
| #include "ui/views/controls/label.h"
|
| #include "ui/views/widget/root_view.h"
|
| #include "ui/views/widget/widget.h"
|
| -#include "unicode/uchar.h"
|
|
|
| // TODO(paulg): These may need to be adjusted when download progress
|
| // animation is added, and also possibly to take into account
|
|
|