| Index: chrome/browser/ui/views/create_application_shortcut_view.cc
|
| diff --git a/chrome/browser/ui/views/create_application_shortcut_view.cc b/chrome/browser/ui/views/create_application_shortcut_view.cc
|
| index 19deb297851f878e8643d0ef188001efc090f61a..74c27225b260d86805ca3055aa729181e8c57224 100644
|
| --- a/chrome/browser/ui/views/create_application_shortcut_view.cc
|
| +++ b/chrome/browser/ui/views/create_application_shortcut_view.cc
|
| @@ -119,7 +119,7 @@ void AppInfoView::PrepareDescriptionLabel(const string16& description) {
|
| }
|
|
|
| void AppInfoView::SetupLayout() {
|
| - views::GridLayout* layout = CreatePanelGridLayout(this);
|
| + views::GridLayout* layout = views::GridLayout::CreatePanel(this);
|
| SetLayoutManager(layout);
|
|
|
| static const int kColumnSetId = 0;
|
| @@ -263,7 +263,7 @@ void CreateApplicationShortcutView::InitControls() {
|
| #endif
|
|
|
| // Layout controls
|
| - views::GridLayout* layout = CreatePanelGridLayout(this);
|
| + views::GridLayout* layout = views::GridLayout::CreatePanel(this);
|
| SetLayoutManager(layout);
|
|
|
| static const int kHeaderColumnSetId = 0;
|
|
|