| Index: webkit/tools/test_shell/foreground_helper.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/foreground_helper.h (revision 28672)
|
| +++ webkit/tools/test_shell/foreground_helper.h (working copy)
|
| @@ -5,8 +5,8 @@
|
| #ifndef WEBKIT_TOOLS_TEST_SHELL_FOREGROUND_HELPER_H_
|
| #define WEBKIT_TOOLS_TEST_SHELL_FOREGROUND_HELPER_H_
|
|
|
| +#include "app/win/window_impl.h"
|
| #include "base/logging.h"
|
| -#include "base/window_impl.h"
|
|
|
| // Helper class for moving a window to the foreground.
|
| // Windows XP and later will not allow a window which is in the background to
|
| @@ -15,7 +15,7 @@
|
| // to be capable of moving to the foreground.
|
| //
|
| // This is probably leveraging a windows bug.
|
| -class ForegroundHelper : public base::WindowImpl {
|
| +class ForegroundHelper : public app::WindowImpl {
|
| public:
|
| BEGIN_MSG_MAP_EX(ForegroundHelper)
|
| MESSAGE_HANDLER(WM_HOTKEY, OnHotKey)
|
|
|