diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-18 04:28:06 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-18 04:28:06 +0000 |
commit | 538ddce9c0e36665f2d34b6f7a731407afbcb554 (patch) | |
tree | 9ffbd28a27c4fc82b4cb3e90948f29b7f00d7e57 /tools | |
parent | 885a12e325ce5c96013bcf586bdf42f9fb6483d5 (diff) | |
download | chromium_src-538ddce9c0e36665f2d34b6f7a731407afbcb554.zip chromium_src-538ddce9c0e36665f2d34b6f7a731407afbcb554.tar.gz chromium_src-538ddce9c0e36665f2d34b6f7a731407afbcb554.tar.bz2 |
Move image codec stuff to toplevel gfx.
TBR=darin
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41911 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/imagediff/image_diff.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/imagediff/image_diff.cc b/tools/imagediff/image_diff.cc index 2b9a3e0..7c16dcd 100644 --- a/tools/imagediff/image_diff.cc +++ b/tools/imagediff/image_diff.cc @@ -13,7 +13,6 @@ #include <string> #include <iostream> -#include "app/gfx/codec/png_codec.h" #include "base/basictypes.h" #include "base/command_line.h" #include "base/file_util.h" @@ -21,6 +20,7 @@ #include "base/process_util.h" #include "base/scoped_ptr.h" #include "base/utf_string_conversions.h" +#include "gfx/codec/png_codec.h" #if defined(OS_WIN) #include "windows.h" |