summaryrefslogtreecommitdiffstats
path: root/chrome/browser/thumbnail_store.cc
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-18 04:28:06 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-18 04:28:06 +0000
commit538ddce9c0e36665f2d34b6f7a731407afbcb554 (patch)
tree9ffbd28a27c4fc82b4cb3e90948f29b7f00d7e57 /chrome/browser/thumbnail_store.cc
parent885a12e325ce5c96013bcf586bdf42f9fb6483d5 (diff)
downloadchromium_src-538ddce9c0e36665f2d34b6f7a731407afbcb554.zip
chromium_src-538ddce9c0e36665f2d34b6f7a731407afbcb554.tar.gz
chromium_src-538ddce9c0e36665f2d34b6f7a731407afbcb554.tar.bz2
Move image codec stuff to toplevel gfx.
TBR=darin BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41911 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/thumbnail_store.cc')
-rw-r--r--chrome/browser/thumbnail_store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/thumbnail_store.cc b/chrome/browser/thumbnail_store.cc
index d89368c..5ca13de 100644
--- a/chrome/browser/thumbnail_store.cc
+++ b/chrome/browser/thumbnail_store.cc
@@ -7,7 +7,6 @@
#include <string.h>
#include <algorithm>
-#include "app/gfx/codec/jpeg_codec.h"
#include "app/sql/statement.h"
#include "app/sql/transaction.h"
#include "base/basictypes.h"
@@ -21,6 +20,7 @@
#include "chrome/browser/history/history_notifications.h"
#include "chrome/browser/pref_service.h"
#include "chrome/browser/profile.h"
+#include "gfx/codec/jpeg_codec.h"
#include "googleurl/src/gurl.h"
#include "third_party/skia/include/core/SkBitmap.h"