summaryrefslogtreecommitdiffstats
path: root/webkit/glue/context_menu.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-14 00:00:33 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-14 00:00:33 +0000
commit944b421354f362504551764c7efb9f2d0d226c1e (patch)
treeedf5ca3976dedbc243425e9463621f6ccfc7e905 /webkit/glue/context_menu.h
parentccd875e758bbec05869f3ad4ba6122a624742295 (diff)
downloadchromium_src-944b421354f362504551764c7efb9f2d0d226c1e.zip
chromium_src-944b421354f362504551764c7efb9f2d0d226c1e.tar.gz
chromium_src-944b421354f362504551764c7efb9f2d0d226c1e.tar.bz2
webkit: use string16 in ContextMenuParams
BUG=23581 TEST=compiles Review URL: http://codereview.chromium.org/5712003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/context_menu.h')
-rw-r--r--webkit/glue/context_menu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/context_menu.h b/webkit/glue/context_menu.h
index b681a38..c87de41 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/string16.h"
#include "googleurl/src/gurl.h"
#include "webkit/glue/webmenuitem.h"
@@ -57,7 +57,7 @@ struct ContextMenuParams {
int media_flags;
// This is the text of the selection that the context menu was invoked on.
- std::wstring selection_text;
+ string16 selection_text;
// The misspelled word under the cursor, if any. Used to generate the
// |dictionary_suggestions| list.