diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-08 23:12:25 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-08 23:12:25 +0000 |
commit | 4a0765a6e06b2e188c68999a52b3fea976e72c40 (patch) | |
tree | 4d5f07ef3228e084d415aee83047b2f243493d7e /app/gfx | |
parent | 11592b698eb4de8e9874e746f796fe6cd8a56bf6 (diff) | |
download | chromium_src-4a0765a6e06b2e188c68999a52b3fea976e72c40.zip chromium_src-4a0765a6e06b2e188c68999a52b3fea976e72c40.tar.gz chromium_src-4a0765a6e06b2e188c68999a52b3fea976e72c40.tar.bz2 |
Move win_util.h from common to app.
http://crbug.com/11387
Review URL: http://codereview.chromium.org/113169
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15694 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/gfx')
-rw-r--r-- | app/gfx/icon_util.cc | 2 | ||||
-rw-r--r-- | app/gfx/text_elider.cc | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/app/gfx/icon_util.cc b/app/gfx/icon_util.cc index 1e9e3c9..5efa8e4 100644 --- a/app/gfx/icon_util.cc +++ b/app/gfx/icon_util.cc @@ -4,10 +4,10 @@ #include "app/gfx/icon_util.h" +#include "app/win_util.h" #include "base/file_util.h" #include "base/gfx/size.h" #include "base/logging.h" -#include "chrome/common/win_util.h" #include "skia/ext/image_operations.h" #include "skia/include/SkBitmap.h" diff --git a/app/gfx/text_elider.cc b/app/gfx/text_elider.cc index 527f804..6e20314 100644 --- a/app/gfx/text_elider.cc +++ b/app/gfx/text_elider.cc @@ -7,8 +7,6 @@ #include "base/file_path.h" #include "base/string_util.h" #include "base/sys_string_conversions.h" -#include "chrome/common/pref_names.h" -#include "chrome/common/pref_service.h" #include "googleurl/src/gurl.h" #include "net/base/escape.h" #include "net/base/net_util.h" |