| Index: chrome/browser/ui/views/options/exception_editor_view.cc
|
| diff --git a/chrome/browser/ui/views/options/exception_editor_view.cc b/chrome/browser/ui/views/options/exception_editor_view.cc
|
| index a693f1e0dc87ab744fdf9b105110ae2498723125..fea92b3c536153a9554e49cd921b8b71d1fc0ab4 100644
|
| --- a/chrome/browser/ui/views/options/exception_editor_view.cc
|
| +++ b/chrome/browser/ui/views/options/exception_editor_view.cc
|
| @@ -13,10 +13,10 @@
|
| #include "grit/theme_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| -#include "views/grid_layout.h"
|
| #include "views/controls/image_view.h"
|
| #include "views/controls/label.h"
|
| -#include "views/standard_layout.h"
|
| +#include "views/grid_layout.h"
|
| +#include "views/layout/layout_constants.h"
|
| #include "views/window/window.h"
|
|
|
| ExceptionEditorView::ExceptionEditorView(
|
|
|