| Index: webkit/tools/test_shell/test_shell_platform_delegate_win.cc
|
| diff --git a/webkit/tools/test_shell/test_shell_platform_delegate_win.cc b/webkit/tools/test_shell/test_shell_platform_delegate_win.cc
|
| index ad1c1e30ae7aee679a4562aea4bfa90ecf1c4ca0..8f9204db26064892094df84bad963cdffdceb924 100644
|
| --- a/webkit/tools/test_shell/test_shell_platform_delegate_win.cc
|
| +++ b/webkit/tools/test_shell/test_shell_platform_delegate_win.cc
|
| @@ -11,7 +11,7 @@
|
| #include "base/event_recorder.h"
|
| #include "base/win/win_util.h"
|
| #include "ui/base/win/foreground_helper.h"
|
| -#include "ui/gfx/native_theme_win.h"
|
| +#include "ui/base/native_theme/native_theme_win.h"
|
| #include "webkit/tools/test_shell/test_shell.h"
|
| #include "webkit/tools/test_shell/test_shell_platform_delegate.h"
|
|
|
| @@ -140,7 +140,7 @@ void TestShellPlatformDelegate::InitializeGUI() {
|
| }
|
|
|
| void TestShellPlatformDelegate::SelectUnifiedTheme() {
|
| - gfx::NativeThemeWin::instance()->DisableTheming();
|
| + ui::NativeThemeWin::instance()->DisableTheming();
|
| }
|
|
|
| void TestShellPlatformDelegate::SetWindowPositionForRecording(
|
|
|