| Index: chrome/browser/first_run/first_run_win.cc
|
| diff --git a/chrome/browser/first_run/first_run_win.cc b/chrome/browser/first_run/first_run_win.cc
|
| index b50317b3ccaacfa1f6bcabebd86eee898b54a831..dfad24722f59f0696eba21474a75757cacb5e0d3 100644
|
| --- a/chrome/browser/first_run/first_run_win.cc
|
| +++ b/chrome/browser/first_run/first_run_win.cc
|
| @@ -643,7 +643,7 @@ class TryChromeDialog : public views::ButtonListener,
|
| root_view->set_background(
|
| views::Background::CreateSolidBackground(0xfc, 0xfc, 0xfc));
|
|
|
| - views::GridLayout* layout = CreatePanelGridLayout(root_view);
|
| + views::GridLayout* layout = views::GridLayout::CreatePanel(root_view);
|
| if (!layout) {
|
| NOTREACHED();
|
| return Upgrade::TD_DIALOG_ERROR;
|
|
|