| Index: chrome/browser/chromeos/login/captcha_view.cc
|
| diff --git a/chrome/browser/chromeos/login/captcha_view.cc b/chrome/browser/chromeos/login/captcha_view.cc
|
| index 88658fc1fda799136cc493f2015368f443f4ec04..cf16199b3427f186327086cbd4a7facfa9ac5835 100644
|
| --- a/chrome/browser/chromeos/login/captcha_view.cc
|
| +++ b/chrome/browser/chromeos/login/captcha_view.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -154,7 +154,7 @@ void CaptchaView::Init() {
|
| set_background(views::Background::CreateBackgroundPainter(true, painter));
|
| }
|
|
|
| - views::GridLayout* layout = CreatePanelGridLayout(this);
|
| + views::GridLayout* layout = views::GridLayout::CreatePanel(this);
|
| SetLayoutManager(layout);
|
|
|
| int column_view_set_id = 0;
|
|
|