summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration_linux.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/shell_integration_linux.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/shell_integration_linux.cc')
-rw-r--r--chrome/browser/shell_integration_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/shell_integration_linux.cc b/chrome/browser/shell_integration_linux.cc
index fdea1da..2a03f75 100644
--- a/chrome/browser/shell_integration_linux.cc
+++ b/chrome/browser/shell_integration_linux.cc
@@ -13,7 +13,6 @@
#include <string>
#include <vector>
-#include "app/gfx/codec/png_codec.h"
#include "base/command_line.h"
#include "base/eintr_wrapper.h"
#include "base/file_path.h"
@@ -34,6 +33,7 @@
#include "chrome/common/chrome_plugin_util.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/browser/chrome_thread.h"
+#include "gfx/codec/png_codec.h"
#include "googleurl/src/gurl.h"
namespace {