diff options
Diffstat (limited to 'chrome/browser/thumbnail_store.cc')
-rw-r--r-- | chrome/browser/thumbnail_store.cc | 2 |
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" |