summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/pepper/ppb_pdf_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/pepper/ppb_pdf_impl.cc')
-rw-r--r--chrome/renderer/pepper/ppb_pdf_impl.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/renderer/pepper/ppb_pdf_impl.cc b/chrome/renderer/pepper/ppb_pdf_impl.cc
index 4b77044..2a43fb8 100644
--- a/chrome/renderer/pepper/ppb_pdf_impl.cc
+++ b/chrome/renderer/pepper/ppb_pdf_impl.cc
@@ -243,8 +243,10 @@ void SearchString(PP_Instance instance,
bool case_sensitive,
PP_PrivateFindResult** results,
int* count) {
- const char16* string = reinterpret_cast<const char16*>(input_string);
- const char16* term = reinterpret_cast<const char16*>(input_term);
+ const base::char16* string =
+ reinterpret_cast<const base::char16*>(input_string);
+ const base::char16* term =
+ reinterpret_cast<const base::char16*>(input_term);
UErrorCode status = U_ZERO_ERROR;
UStringSearch* searcher = usearch_open(