diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-14 23:30:59 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-14 23:30:59 +0000 |
commit | e0fc2f1f81f13440af3bb4cf5e56a031f91fc163 (patch) | |
tree | c84d3625eac633ea78d68688ecd74e2d0a158334 /tools/memory_watcher | |
parent | 98af9aca7168f061bfaae5cd4f4eb3f7de4e70e7 (diff) | |
download | chromium_src-e0fc2f1f81f13440af3bb4cf5e56a031f91fc163.zip chromium_src-e0fc2f1f81f13440af3bb4cf5e56a031f91fc163.tar.gz chromium_src-e0fc2f1f81f13440af3bb4cf5e56a031f91fc163.tar.bz2 |
Move base/gfx contents to gfx/
TBR=darin
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41559 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/memory_watcher')
-rw-r--r-- | tools/memory_watcher/DEPS | 1 | ||||
-rw-r--r-- | tools/memory_watcher/hotkey.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/memory_watcher/DEPS b/tools/memory_watcher/DEPS index 0d72e09..54348df 100644 --- a/tools/memory_watcher/DEPS +++ b/tools/memory_watcher/DEPS @@ -1,3 +1,4 @@ include_rules = [ "+app", + "+gfx", ] diff --git a/tools/memory_watcher/hotkey.h b/tools/memory_watcher/hotkey.h index c0d0938..8989fef 100644 --- a/tools/memory_watcher/hotkey.h +++ b/tools/memory_watcher/hotkey.h @@ -5,7 +5,7 @@ #ifndef TOOLS_MEMORY_WATCHER_HOTKEY_H_ #define TOOLS_MEMORY_WATCHER_HOTKEY_H_ -#include "base/gfx/rect.h" +#include "gfx/rect.h" #include "app/win/window_impl.h" // HotKey handler. |