| Index: chrome/browser/first_run/try_chrome_dialog_view.cc
|
| diff --git a/chrome/browser/first_run/try_chrome_dialog_view.cc b/chrome/browser/first_run/try_chrome_dialog_view.cc
|
| index c4df79b08cbd3132b4e60dfa2500a637ddbdae78..0a79c1e0614ac0e675f5ed2a67c87bda74ca4e33 100644
|
| --- a/chrome/browser/first_run/try_chrome_dialog_view.cc
|
| +++ b/chrome/browser/first_run/try_chrome_dialog_view.cc
|
| @@ -21,11 +21,11 @@
|
| #include "ui/views/controls/button/image_button.h"
|
| #include "ui/views/controls/button/radio_button.h"
|
| #include "ui/views/controls/button/text_button.h"
|
| +#include "ui/views/controls/image_view.h"
|
| #include "ui/views/controls/link.h"
|
| #include "ui/views/layout/grid_layout.h"
|
| #include "ui/views/layout/layout_constants.h"
|
| #include "ui/views/widget/widget.h"
|
| -#include "views/controls/image_view.h"
|
|
|
| namespace {
|
|
|
|
|