Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index 7b86bc92ec886ab8b686d386f4870c4a2f6f9a04..9babda0d97ecb4d269e32171c7fa9224990ef44c 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -237,7 +237,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
// Public methods that call to Java via JNI |
// -------------------------------------------------------------------------- |
- void OnSmartClipDataExtracted(const string16& result); |
+ void OnSmartClipDataExtracted(const base::string16& result); |
// Creates a popup menu with |items|. |
// |multiple| defines if it should support multi-select. |