| Index: content/browser/android/content_view_core_impl.cc
|
| diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc
|
| index b111f0b51b5e418b48fbe8b1cdd4f07576aad7cc..b376e60df7e7d3273b61451c545cd618c028f37a 100644
|
| --- a/content/browser/android/content_view_core_impl.cc
|
| +++ b/content/browser/android/content_view_core_impl.cc
|
| @@ -1651,7 +1651,8 @@ void ContentViewCoreImpl::ExtractSmartClipData(JNIEnv* env,
|
| GetWebContents()->GetRoutingID(), rect));
|
| }
|
|
|
| -void ContentViewCoreImpl::OnSmartClipDataExtracted(const string16& result) {
|
| +void ContentViewCoreImpl::OnSmartClipDataExtracted(
|
| + const base::string16& result) {
|
| JNIEnv* env = AttachCurrentThread();
|
| ScopedJavaLocalRef<jobject> obj = java_ref_.get(env);
|
| if (obj.is_null())
|
|
|