| Index: tools/memory_watcher/hotkey.h
|
| diff --git a/tools/memory_watcher/hotkey.h b/tools/memory_watcher/hotkey.h
|
| index 0348062e6a4b8eed90a9295c16e0b1b5ced09bc7..3773e5d7f810de4b19d03a5191ed0576157ba367 100644
|
| --- a/tools/memory_watcher/hotkey.h
|
| +++ b/tools/memory_watcher/hotkey.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef TOOLS_MEMORY_WATCHER_HOTKEY_H_
|
| #define TOOLS_MEMORY_WATCHER_HOTKEY_H_
|
|
|
| -#include "ui/base/win/window_impl.h"
|
| #include "ui/gfx/rect.h"
|
| +#include "ui/gfx/win/window_impl.h"
|
|
|
| // HotKey handler.
|
| // Programs wishing to register a hotkey can use this.
|
| -class HotKeyHandler : public ui::WindowImpl {
|
| +class HotKeyHandler : public gfx::WindowImpl {
|
| public:
|
| HotKeyHandler(UINT modifiers, UINT vk)
|
| : modifiers_(modifiers),
|
|
|