summaryrefslogtreecommitdiffstats
path: root/chrome/default_plugin
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-13 18:10:44 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-13 18:10:44 +0000
commitf08e05181403ef3fc798392abf2f4b157dc8d465 (patch)
treed6b8b204b7717febc94acef50869a12ace632653 /chrome/default_plugin
parent1adcf625af7034de6f76deb030d606378aa0193b (diff)
downloadchromium_src-f08e05181403ef3fc798392abf2f4b157dc8d465.zip
chromium_src-f08e05181403ef3fc798392abf2f4b157dc8d465.tar.gz
chromium_src-f08e05181403ef3fc798392abf2f4b157dc8d465.tar.bz2
Move ui/gfx/image* to ui/gfx/image/.
BUG=none TEST=ui_unittests Review URL: http://codereview.chromium.org/6995155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88852 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/default_plugin')
-rw-r--r--chrome/default_plugin/plugin_impl_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/default_plugin/plugin_impl_mac.mm b/chrome/default_plugin/plugin_impl_mac.mm
index a2bc2db..eb0ee08 100644
--- a/chrome/default_plugin/plugin_impl_mac.mm
+++ b/chrome/default_plugin/plugin_impl_mac.mm
@@ -16,7 +16,7 @@
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/l10n/l10n_util_mac.h"
#include "ui/base/resource/resource_bundle.h"
-#include "ui/gfx/image.h"
+#include "ui/gfx/image/image.h"
#include "unicode/locid.h"
#include "webkit/glue/webkit_glue.h"
#include "webkit/plugins/npapi/default_plugin_shared.h"