summaryrefslogtreecommitdiffstats
path: root/tools/memory_watcher
diff options
context:
space:
mode:
Diffstat (limited to 'tools/memory_watcher')
-rw-r--r--tools/memory_watcher/hotkey.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/memory_watcher/hotkey.h b/tools/memory_watcher/hotkey.h
index 3610d0f..8a0fb97 100644
--- a/tools/memory_watcher/hotkey.h
+++ b/tools/memory_watcher/hotkey.h
@@ -6,11 +6,11 @@
#define TOOLS_MEMORY_WATCHER_HOTKEY_H_
#include "gfx/rect.h"
-#include "gfx/window_impl.h"
+#include "app/win/window_impl.h"
// HotKey handler.
// Programs wishing to register a hotkey can use this.
-class HotKeyHandler : public gfx::WindowImpl {
+class HotKeyHandler : public app::win::WindowImpl {
public:
HotKeyHandler(UINT modifiers, UINT vk)
: modifiers_(modifiers),