summaryrefslogtreecommitdiffstats
path: root/chrome/browser/web_applications
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-13 08:26:32 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-13 08:26:32 +0000
commit1125d80a6488606d7c48abc44675100003c51e7c (patch)
tree65a9b061e1fd9addf7244bfe9bdacc18c4acfc76 /chrome/browser/web_applications
parent0d6cf24f8f5fc56e1205591be16445b99328b55b (diff)
downloadchromium_src-1125d80a6488606d7c48abc44675100003c51e7c.zip
chromium_src-1125d80a6488606d7c48abc44675100003c51e7c.tar.gz
chromium_src-1125d80a6488606d7c48abc44675100003c51e7c.tar.bz2
Create a toplevel gfx/ dir and seed it with icon_util.
TBR=darin BUG=none TEST=none Review URL: http://codereview.chromium.org/915002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41528 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/web_applications')
-rw-r--r--chrome/browser/web_applications/web_app.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc
index e74d13b..9eebef4 100644
--- a/chrome/browser/web_applications/web_app.cc
+++ b/chrome/browser/web_applications/web_app.cc
@@ -36,8 +36,8 @@
#endif // defined(OS_LINUX)
#if defined(OS_WIN)
-#include "app/gfx/icon_util.h"
#include "base/win_util.h"
+#include "gfx/icon_util.h"
#endif // defined(OS_WIN)
namespace {