summaryrefslogtreecommitdiffstats
path: root/webkit/glue/context_menu.h
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-07 02:28:12 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-07 02:28:12 +0000
commitfc1cd9b03f80175197feb9dad61a4955ef4c5512 (patch)
treeb542f44216712c56dd7e71d394079fa59069330e /webkit/glue/context_menu.h
parent913f94cbb0f64ca22583d12056b3c0bf434edb81 (diff)
downloadchromium_src-fc1cd9b03f80175197feb9dad61a4955ef4c5512.zip
chromium_src-fc1cd9b03f80175197feb9dad61a4955ef4c5512.tar.gz
chromium_src-fc1cd9b03f80175197feb9dad61a4955ef4c5512.tar.bz2
Revert 40855 - webkit/glue: string_util.h > utf_string_conversions.h fix.
BUG=none TEST=none Review URL: http://codereview.chromium.org/668229 TBR=jhawkins@chromium.org Review URL: http://codereview.chromium.org/669251 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40856 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/context_menu.h')
-rw-r--r--webkit/glue/context_menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/context_menu.h b/webkit/glue/context_menu.h
index 764fb9d..4dfad8a 100644
--- a/webkit/glue/context_menu.h
+++ b/webkit/glue/context_menu.h
@@ -8,7 +8,7 @@
#include <vector>
#include "base/basictypes.h"
-#include "base/utf_string_conversions.h"
+#include "base/string_util.h"
#include "googleurl/src/gurl.h"
#include "webkit/glue/webmenuitem.h"