Index: chrome/browser/chromeos/options/system_page_view.cc |
diff --git a/chrome/browser/chromeos/options/system_page_view.cc b/chrome/browser/chromeos/options/system_page_view.cc |
index e251f5033cef9e8050c83bf6b230e4f8a9f721fb..da659c5fb8ddcb00da6f3762fd2aa6671a37c8b6 100644 |
--- a/chrome/browser/chromeos/options/system_page_view.cc |
+++ b/chrome/browser/chromeos/options/system_page_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. |
@@ -379,7 +379,7 @@ void AccessibilitySection::NotifyPrefChanged(const std::string* pref_name) { |
// SystemPageView, SettingsPageView implementation: |
void SystemPageView::InitControlLayout() { |
- GridLayout* layout = CreatePanelGridLayout(this); |
+ GridLayout* layout = GridLayout::CreatePanel(this); |
SetLayoutManager(layout); |
int single_column_view_set_id = 0; |