summaryrefslogtreecommitdiffstats
path: root/views/drag_utils.cc
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-21 02:22:59 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-21 02:22:59 +0000
commit65d3bae599943b43b1180c095801da13556873f1 (patch)
treec3c9411a8cc27c13a1f0f0700013abe0f91204ca /views/drag_utils.cc
parent2d0dbbaa2379e0b5d11909f25584c4da0c0610d2 (diff)
downloadchromium_src-65d3bae599943b43b1180c095801da13556873f1.zip
chromium_src-65d3bae599943b43b1180c095801da13556873f1.tar.gz
chromium_src-65d3bae599943b43b1180c095801da13556873f1.tar.bz2
views/ should use resources from app/resources. Move dependent images to this location.
http://crbug.com/11387 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16567 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/drag_utils.cc')
-rw-r--r--views/drag_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/drag_utils.cc b/views/drag_utils.cc
index 17ba99b..009fc47 100644
--- a/views/drag_utils.cc
+++ b/views/drag_utils.cc
@@ -18,7 +18,7 @@
#include "base/gfx/point.h"
#include "base/string_util.h"
#include "googleurl/src/gurl.h"
-#include "grit/theme_resources.h"
+#include "grit/app_resources.h"
#include "views/controls/button/text_button.h"
namespace drag_utils {