Index: chrome/browser/chromeos/options/wifi_config_view.cc |
diff --git a/chrome/browser/chromeos/options/wifi_config_view.cc b/chrome/browser/chromeos/options/wifi_config_view.cc |
index 413b13c59d66ba84adfd7e2356ae3edc39434612..ad1cd76d3211ef7c7261179cacef540664da6142 100644 |
--- a/chrome/browser/chromeos/options/wifi_config_view.cc |
+++ b/chrome/browser/chromeos/options/wifi_config_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. |
@@ -282,7 +282,7 @@ const std::string WifiConfigView::GetPassphrase() const { |
} |
void WifiConfigView::Init() { |
- views::GridLayout* layout = CreatePanelGridLayout(this); |
+ views::GridLayout* layout = views::GridLayout::CreatePanel(this); |
SetLayoutManager(layout); |
int column_view_set_id = 0; |