| Index: content/public/common/page_state.cc
|
| diff --git a/content/public/common/page_state.cc b/content/public/common/page_state.cc
|
| index 1e429b80df676c736da7e35e243e49cf2094ca5d..09ffcb27befa190cc3ac206ec1522cd9ef1f9f39 100644
|
| --- a/content/public/common/page_state.cc
|
| +++ b/content/public/common/page_state.cc
|
| @@ -12,7 +12,7 @@ namespace content {
|
| namespace {
|
|
|
| base::NullableString16 ToNullableString16(const std::string& utf8) {
|
| - return base::NullableString16(UTF8ToUTF16(utf8), false);
|
| + return base::NullableString16(base::UTF8ToUTF16(utf8), false);
|
| }
|
|
|
| base::FilePath ToFilePath(const base::NullableString16& s) {
|
|
|