diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-27 02:46:41 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-27 02:46:41 +0000 |
commit | b09b52911337baf8b735b990873ab38830918dc3 (patch) | |
tree | 371f1b6671fd181cf0fb0cb048da97a590b370d7 /chrome/tools | |
parent | febd935515d57eaf96a4d31c657a8bc5b3c48cc3 (diff) | |
download | chromium_src-b09b52911337baf8b735b990873ab38830918dc3.zip chromium_src-b09b52911337baf8b735b990873ab38830918dc3.tar.gz chromium_src-b09b52911337baf8b735b990873ab38830918dc3.tar.bz2 |
Try2 of issue 18772. (move jpeg_codec* to base/gfx)
Review URL: http://codereview.chromium.org/18838
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8699 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/profiles/generate_profile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/profiles/generate_profile.cc b/chrome/tools/profiles/generate_profile.cc index 42685a9..0971879 100644 --- a/chrome/tools/profiles/generate_profile.cc +++ b/chrome/tools/profiles/generate_profile.cc @@ -8,6 +8,7 @@ #include "chrome/tools/profiles/thumbnail-inl.h" #include "base/at_exit.h" +#include "base/gfx/jpeg_codec.h" #include "base/icu_util.h" #include "base/message_loop.h" #include "base/path_service.h" @@ -15,7 +16,6 @@ #include "base/string_util.h" #include "base/time.h" #include "chrome/browser/history/history.h" -#include "chrome/common/jpeg_codec.h" #include "chrome/common/thumbnail_score.h" #include "SkBitmap.h" |