From 83421477bc9698c3f0c9de41764eb85dfc162ba7 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Fri, 2 Jul 2010 20:03:34 +0000 Subject: Move WindowImpl to gfx so I can use it there for canvas unit tests. BUG=none TEST=none Review URL: http://codereview.chromium.org/2813042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51554 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/memory_watcher/hotkey.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/memory_watcher') diff --git a/tools/memory_watcher/hotkey.h b/tools/memory_watcher/hotkey.h index 8989fef..3610d0f 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 "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), -- cgit v1.1