| Index: base/utf_offset_string_conversions.h
|
| diff --git a/base/utf_offset_string_conversions.h b/base/utf_offset_string_conversions.h
|
| index c2faf3a491599cf33648d06380fd8525876d7868..97b641edda8b49a9a9797ec4cd08966f2400c277 100644
|
| --- a/base/utf_offset_string_conversions.h
|
| +++ b/base/utf_offset_string_conversions.h
|
| @@ -11,11 +11,7 @@
|
|
|
| #include "base/base_export.h"
|
| #include "base/string16.h"
|
| -
|
| -namespace base {
|
| -class StringPiece;
|
| -class StringPiece16;
|
| -}
|
| +#include "base/string_piece.h"
|
|
|
| // Like the conversions in utf_string_conversions.h, but also takes one or more
|
| // offsets (|offset[s]_for_adjustment|) into the source strings, each offset
|
|
|