Index: tools/memory_watcher/hotkey.h |
=================================================================== |
--- tools/memory_watcher/hotkey.h (revision 70263) |
+++ tools/memory_watcher/hotkey.h (working copy) |
@@ -6,11 +6,11 @@ |
#define TOOLS_MEMORY_WATCHER_HOTKEY_H_ |
#include "gfx/rect.h" |
-#include "gfx/window_impl.h" |
+#include "app/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), |