summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-03 16:22:10 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-03 16:22:10 +0000
commit83c9e65546312a8d70df850a82f390f190fe4413 (patch)
tree347e411c8bcd9769f6e8a50252c607e9699c5046 /chrome/browser/download
parentbd974b6c13642d8c98496fc1fc06ddff1665b4ac (diff)
downloadchromium_src-83c9e65546312a8d70df850a82f390f190fe4413.zip
chromium_src-83c9e65546312a8d70df850a82f390f190fe4413.tar.gz
chromium_src-83c9e65546312a8d70df850a82f390f190fe4413.tar.bz2
Move convolver and image_operations from base/gfx to skia/ext. This is just
like my previous change except does no namespace renaming and doesn't touch skia_utils. Review URL: http://codereview.chromium.org/13080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6290 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download')
-rw-r--r--chrome/browser/download/download_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/download_util.cc b/chrome/browser/download/download_util.cc
index 262c507..5af7c47 100644
--- a/chrome/browser/download/download_util.cc
+++ b/chrome/browser/download/download_util.cc
@@ -11,7 +11,6 @@
#include "base/base_drag_source.h"
#include "base/file_util.h"
#include "base/scoped_clipboard_writer.h"
-#include "base/gfx/image_operations.h"
#include "base/string_util.h"
#include "chrome/app/locales/locale_settings.h"
#include "chrome/app/theme/theme_resources.h"
@@ -25,6 +24,7 @@
#include "chrome/common/resource_bundle.h"
#include "chrome/views/view.h"
#include "generated_resources.h"
+#include "skia/ext/image_operations.h"
#include "SkPath.h"
#include "SkShader.h"