Index: chrome/browser/ui/views/importing_progress_view.cc |
diff --git a/chrome/browser/ui/views/importing_progress_view.cc b/chrome/browser/ui/views/importing_progress_view.cc |
index 582ff64531403c2420130ede3b0583a43cc3c823..657f5c0035b4e7c63988f75ded314d2a84e3d388 100644 |
--- a/chrome/browser/ui/views/importing_progress_view.cc |
+++ b/chrome/browser/ui/views/importing_progress_view.cc |
@@ -228,7 +228,7 @@ void ImportingProgressView::InitControlLayout() { |
using views::GridLayout; |
using views::ColumnSet; |
- GridLayout* layout = CreatePanelGridLayout(this); |
+ GridLayout* layout = GridLayout::CreatePanel(this); |
SetLayoutManager(layout); |
gfx::Size ps = state_history_->GetPreferredSize(); |