| Index: ui/app_list/views/progress_bar_view.cc
|
| diff --git a/ui/app_list/views/progress_bar_view.cc b/ui/app_list/views/progress_bar_view.cc
|
| index f80c4f70b61572c877af2e7c51f57dfed0b58ba5..5a7094bfe14e809e09400cb575b39289f3367a83 100644
|
| --- a/ui/app_list/views/progress_bar_view.cc
|
| +++ b/ui/app_list/views/progress_bar_view.cc
|
| @@ -6,10 +6,10 @@
|
|
|
| #include <algorithm>
|
|
|
| -#include "grit/ui_resources.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/image/image_skia.h"
|
| #include "ui/gfx/insets.h"
|
| +#include "ui/resources/grit/ui_resources.h"
|
| #include "ui/views/painter.h"
|
|
|
| namespace app_list {
|
|
|