| 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 db9757a0e161e91fafb209ace0439a64e547cea6..c9f76bd2b4f9eb373d9e95cff032813b20a3f368 100644
|
| --- a/chrome/browser/first_run/try_chrome_dialog_view.cc
|
| +++ b/chrome/browser/first_run/try_chrome_dialog_view.cc
|
| @@ -18,13 +18,13 @@
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/image/image.h"
|
| +#include "ui/views/layout/grid_layout.h"
|
| +#include "ui/views/layout/layout_constants.h"
|
| #include "views/controls/button/image_button.h"
|
| #include "views/controls/button/radio_button.h"
|
| #include "views/controls/button/text_button.h"
|
| #include "views/controls/image_view.h"
|
| #include "views/controls/link.h"
|
| -#include "views/layout/grid_layout.h"
|
| -#include "views/layout/layout_constants.h"
|
| #include "views/widget/widget.h"
|
|
|
| namespace {
|
|
|