diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-27 01:04:56 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-27 01:04:56 +0000 |
commit | 65e7a79bade71acadf8aee3dd96f93f71080503a (patch) | |
tree | a315a3c369b8a80223d911b699448cc1aed1bf22 /chrome/tools | |
parent | 98aa60434b4ddab70f2f855f4e0cc2741a741838 (diff) | |
download | chromium_src-65e7a79bade71acadf8aee3dd96f93f71080503a.zip chromium_src-65e7a79bade71acadf8aee3dd96f93f71080503a.tar.gz chromium_src-65e7a79bade71acadf8aee3dd96f93f71080503a.tar.bz2 |
Move jpeg_codec.* to base/gfx
Review URL: http://codereview.chromium.org/18772
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8692 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" |