| Index: ui/views/controls/table/table_view_views.cc
|
| ===================================================================
|
| --- ui/views/controls/table/table_view_views.cc (revision 137002)
|
| +++ ui/views/controls/table/table_view_views.cc (working copy)
|
| @@ -7,8 +7,8 @@
|
| #include "base/i18n/rtl.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/base/models/table_model.h"
|
| -#include "ui/base/native_theme/native_theme.h"
|
| #include "ui/gfx/canvas.h"
|
| +#include "ui/gfx/native_theme.h"
|
| #include "ui/gfx/skia_util.h"
|
| #include "ui/views/border.h"
|
| #include "ui/views/controls/scroll_view.h"
|
| @@ -73,8 +73,8 @@
|
| ScrollView* scroll_view = new ScrollView;
|
| scroll_view->SetContents(this);
|
| scroll_view->set_border(Border::CreateSolidBorder(
|
| - 1, ui::NativeTheme::instance()->GetSystemColor(
|
| - ui::NativeTheme::kColorId_UnfocusedBorderColor)));
|
| + 1, gfx::NativeTheme::instance()->GetSystemColor(
|
| + gfx::NativeTheme::kColorId_UnfocusedBorderColor)));
|
| return scroll_view;
|
| }
|
|
|
|
|