| Index: chrome/browser/chromeos/login/password_changed_view.cc
|
| diff --git a/chrome/browser/chromeos/login/password_changed_view.cc b/chrome/browser/chromeos/login/password_changed_view.cc
|
| index 38c4fc81013c443c3c21210694d547ac28a05efc..7a28a07c7dd6d4ccdd5f565a26a297575710f7ca 100644
|
| --- a/chrome/browser/chromeos/login/password_changed_view.cc
|
| +++ b/chrome/browser/chromeos/login/password_changed_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.
|
|
|
| @@ -117,7 +117,7 @@ void PasswordChangedView::Init() {
|
| old_password_field_->SetController(this);
|
|
|
| // Define controls layout.
|
| - GridLayout* layout = CreatePanelGridLayout(this);
|
| + GridLayout* layout = GridLayout::CreatePanel(this);
|
| SetLayoutManager(layout);
|
|
|
| views::ColumnSet* column_set = layout->AddColumnSet(0);
|
|
|