| Index: tools/memory_watcher/hotkey.h
|
| ===================================================================
|
| --- tools/memory_watcher/hotkey.h (revision 51425)
|
| +++ tools/memory_watcher/hotkey.h (working copy)
|
| @@ -6,11 +6,11 @@
|
| #define TOOLS_MEMORY_WATCHER_HOTKEY_H_
|
|
|
| #include "gfx/rect.h"
|
| -#include "app/win/window_impl.h"
|
| +#include "gfx/window_impl.h"
|
|
|
| // HotKey handler.
|
| // Programs wishing to register a hotkey can use this.
|
| -class HotKeyHandler : public app::WindowImpl {
|
| +class HotKeyHandler : public gfx::WindowImpl {
|
| public:
|
| HotKeyHandler(UINT modifiers, UINT vk)
|
| : modifiers_(modifiers),
|
|
|