summaryrefslogtreecommitdiffstats
path: root/ui/gfx/image/image_png_rep.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-27 16:56:06 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-27 16:56:06 +0000
commit4ffa789e031a7f0c8345e56a3c0813cb148176b4 (patch)
treee80237b500780d6bfb663353121655c3ec0beb2c /ui/gfx/image/image_png_rep.h
parentfc91f92efc008ec9efac09814f37b66cb580cbf5 (diff)
downloadchromium_src-4ffa789e031a7f0c8345e56a3c0813cb148176b4.zip
chromium_src-4ffa789e031a7f0c8345e56a3c0813cb148176b4.tar.gz
chromium_src-4ffa789e031a7f0c8345e56a3c0813cb148176b4.tar.bz2
Remove last dependencies on ui/base from ui/gfx
BUG=103304 R=sky@chromium.org Review URL: https://codereview.chromium.org/23498059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225722 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/image/image_png_rep.h')
-rw-r--r--ui/gfx/image/image_png_rep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/image/image_png_rep.h b/ui/gfx/image/image_png_rep.h
index 98e37454..5c26134 100644
--- a/ui/gfx/image/image_png_rep.h
+++ b/ui/gfx/image/image_png_rep.h
@@ -13,7 +13,7 @@ class Size;
// An ImagePNGRep represents a bitmap's png encoded data and the scale factor it
// was intended for.
-struct UI_EXPORT ImagePNGRep {
+struct GFX_EXPORT ImagePNGRep {
public:
ImagePNGRep();
ImagePNGRep(const scoped_refptr<base::RefCountedMemory>& data,