summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webcursor_win.cc
diff options
context:
space:
mode:
authortbreisacher@chromium.org <tbreisacher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-15 18:27:38 +0000
committertbreisacher@chromium.org <tbreisacher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-15 18:27:38 +0000
commit4440f3922624f4389cdfe586b60d324ce5fcc014 (patch)
treea9666080c232472e4d1ab7b5bfef02ff28764596 /webkit/glue/webcursor_win.cc
parent904c5b70384be6b7b4f716c5c4ed524a89bbf11b (diff)
downloadchromium_src-4440f3922624f4389cdfe586b60d324ce5fcc014.zip
chromium_src-4440f3922624f4389cdfe586b60d324ce5fcc014.tar.gz
chromium_src-4440f3922624f4389cdfe586b60d324ce5fcc014.tar.bz2
Revert 188259 "Move the webkit cursor resources to ui\resources\..."
Broke Win performance_browser_tests build. > Move the webkit cursor resources to ui\resources\cursors as ui\aura needs to access them for > Chrome AURA. > > No major code changes here. Include path changes whereever necessary. > > BUG=176079 > TBR=brettw. > Review URL: https://codereview.chromium.org/12670004 TBR=ananta@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188438 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webcursor_win.cc')
-rw-r--r--webkit/glue/webcursor_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webcursor_win.cc b/webkit/glue/webcursor_win.cc
index df2e402..aa64aa7 100644
--- a/webkit/glue/webcursor_win.cc
+++ b/webkit/glue/webcursor_win.cc
@@ -4,7 +4,7 @@
#include "base/logging.h"
#include "base/pickle.h"
-#include "grit/ui_unscaled_resources.h"
+#include "grit/webkit_unscaled_resources.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebCursorInfo.h"
#include "ui/gfx/icon_util.h"