Index: android_webview/native/aw_web_contents_delegate.cc |
diff --git a/android_webview/native/aw_web_contents_delegate.cc b/android_webview/native/aw_web_contents_delegate.cc |
index 39bb1b0feb3c2c0668a22e85385901e30f36c457..68de084f2589b087e0c7fca2541b39031683a05b 100644 |
--- a/android_webview/native/aw_web_contents_delegate.cc |
+++ b/android_webview/native/aw_web_contents_delegate.cc |
@@ -164,7 +164,7 @@ void AwWebContentsDelegate::AddNewContents(WebContents* source, |
void AwWebContentsDelegate::WebContentsCreated( |
WebContents* source_contents, |
int64 source_frame_id, |
- const string16& frame_name, |
+ const base::string16& frame_name, |
const GURL& target_url, |
content::WebContents* new_contents) { |
AwContentsIoThreadClientImpl::RegisterPendingContents(new_contents); |