| Index: chrome/browser/ui/views/app_list/app_list_dialog_contents_view.cc
|
| diff --git a/chrome/browser/ui/views/app_list/app_list_dialog_contents_view.cc b/chrome/browser/ui/views/app_list/app_list_dialog_contents_view.cc
|
| index 423eca926045a3f0e4e8897fbe01523831a00d50..4693f8a5d60e945e15290b38151cb1c0d4e2068e 100644
|
| --- a/chrome/browser/ui/views/app_list/app_list_dialog_contents_view.cc
|
| +++ b/chrome/browser/ui/views/app_list/app_list_dialog_contents_view.cc
|
| @@ -7,7 +7,6 @@
|
| #include "chrome/browser/ui/app_list/app_list_controller_delegate.h"
|
| #include "chrome/browser/ui/app_list/app_list_service.h"
|
| #include "chrome/browser/ui/host_desktop.h"
|
| -#include "grit/ui_resources.h"
|
| #include "third_party/skia/include/core/SkPaint.h"
|
| #include "ui/app_list/app_list_constants.h"
|
| #include "ui/base/accelerators/accelerator.h"
|
| @@ -16,6 +15,7 @@
|
| #include "ui/events/event_constants.h"
|
| #include "ui/events/keycodes/keyboard_codes.h"
|
| #include "ui/gfx/canvas.h"
|
| +#include "ui/resources/grit/ui_resources.h"
|
| #include "ui/views/background.h"
|
| #include "ui/views/border.h"
|
| #include "ui/views/controls/button/label_button.h"
|
|
|