diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-05 01:53:38 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-05 01:53:38 +0000 |
commit | 08397d5343ddaba1a32a5ac7e0bf3bc03bd3bdf8 (patch) | |
tree | f961683ebee575109805b3d465032057f4b01fe5 /tools/memory_watcher | |
parent | b87b12e002f8c21806b4848be90c5e563bf5337d (diff) | |
download | chromium_src-08397d5343ddaba1a32a5ac7e0bf3bc03bd3bdf8.zip chromium_src-08397d5343ddaba1a32a5ac7e0bf3bc03bd3bdf8.tar.gz chromium_src-08397d5343ddaba1a32a5ac7e0bf3bc03bd3bdf8.tar.bz2 |
Change includes of gfx/* to ui/gfx/*
BUG=71063
TEST=compiled
Review URL: http://codereview.chromium.org/6312156
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73890 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/memory_watcher')
-rw-r--r-- | tools/memory_watcher/DEPS | 2 | ||||
-rw-r--r-- | tools/memory_watcher/hotkey.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/memory_watcher/DEPS b/tools/memory_watcher/DEPS index 529cd41..b51da65 100644 --- a/tools/memory_watcher/DEPS +++ b/tools/memory_watcher/DEPS @@ -1,4 +1,4 @@ include_rules = [ "+ui/base", - "+gfx", + "+ui/gfx", ] diff --git a/tools/memory_watcher/hotkey.h b/tools/memory_watcher/hotkey.h index ae82451..0348062 100644 --- a/tools/memory_watcher/hotkey.h +++ b/tools/memory_watcher/hotkey.h @@ -5,8 +5,8 @@ #ifndef TOOLS_MEMORY_WATCHER_HOTKEY_H_ #define TOOLS_MEMORY_WATCHER_HOTKEY_H_ -#include "gfx/rect.h" #include "ui/base/win/window_impl.h" +#include "ui/gfx/rect.h" // HotKey handler. // Programs wishing to register a hotkey can use this. |