| Index: base/sys_string_conversions.h
|
| diff --git a/base/sys_string_conversions.h b/base/sys_string_conversions.h
|
| index 420c3016c438ed2b61050b4c49b1307b578025e6..18be8264cbc3855c861c40670c96cbc3df299090 100644
|
| --- a/base/sys_string_conversions.h
|
| +++ b/base/sys_string_conversions.h
|
| @@ -22,10 +22,10 @@ class NSString;
|
| #endif
|
| #endif // OS_MACOSX
|
|
|
| -class StringPiece;
|
| -
|
| namespace base {
|
|
|
| +class StringPiece;
|
| +
|
| // Converts between wide and UTF-8 representations of a string. On error, the
|
| // result is system-dependent.
|
| std::string SysWideToUTF8(const std::wstring& wide);
|
|
|