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 /chrome/tools | |
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 '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 4f6169e..962d69b 100644 --- a/chrome/tools/profiles/generate_profile.cc +++ b/chrome/tools/profiles/generate_profile.cc @@ -26,10 +26,10 @@ #include "chrome/test/testing_profile.h" #include "chrome/common/thumbnail_score.h" #include "chrome/common/notification_service.h" -#include "gfx/codec/jpeg_codec.h" #include "third_party/skia/include/core/SkBitmap.h" #include "ui/base/resource/resource_bundle.h" #include "ui/base/ui_base_paths.h" +#include "ui/gfx/codec/jpeg_codec.h" using base::Time; |