| Index: chrome/browser/chromeos/options/vpn_config_view.cc
|
| diff --git a/chrome/browser/chromeos/options/vpn_config_view.cc b/chrome/browser/chromeos/options/vpn_config_view.cc
|
| index ee6204c59782243f14b738c541962790fb398eb7..5c443860e6af5aab2bc1b7f1131dd92e7d060d3b 100644
|
| --- a/chrome/browser/chromeos/options/vpn_config_view.cc
|
| +++ b/chrome/browser/chromeos/options/vpn_config_view.cc
|
| @@ -15,7 +15,6 @@
|
| #include "chrome/browser/chromeos/net/shill_error.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/browser/ui/views/harmony/layout_delegate.h"
|
| -#include "chrome/browser/ui/views/layout_utils.h"
|
| #include "chrome/common/net/x509_certificate_model.h"
|
| #include "chrome/grit/generated_resources.h"
|
| #include "chromeos/login/login_state.h"
|
| @@ -504,7 +503,7 @@ void VPNConfigView::Init() {
|
| GetNetworkState(service_path_);
|
| DCHECK(vpn && vpn->type() == shill::kTypeVPN);
|
| }
|
| - layout_ = layout_utils::CreatePanelLayout(this);
|
| + layout_ = views::GridLayout::CreatePanel(this);
|
| LayoutDelegate* delegate = LayoutDelegate::Get();
|
|
|
| // Observer any changes to the certificate list.
|
|
|