Index: chrome/browser/ui/input_window_dialog_win.cc |
diff --git a/chrome/browser/ui/input_window_dialog_win.cc b/chrome/browser/ui/input_window_dialog_win.cc |
index 63b5255e0ea2d90c67d2f1ae5d3dc4d85c8b79f2..042379739eff8a65848e7ae21de302a670d470ca 100644 |
--- a/chrome/browser/ui/input_window_dialog_win.cc |
+++ b/chrome/browser/ui/input_window_dialog_win.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. |
@@ -171,7 +171,7 @@ void ContentView::InitControlLayout() { |
using views::GridLayout; |
// TODO(sky): Vertical alignment should be baseline. |
- GridLayout* layout = CreatePanelGridLayout(this); |
+ GridLayout* layout = GridLayout::CreatePanel(this); |
SetLayoutManager(layout); |
ColumnSet* c1 = layout->AddColumnSet(0); |