| Index: android_webview/native/aw_web_contents_delegate.h
|
| diff --git a/android_webview/native/aw_web_contents_delegate.h b/android_webview/native/aw_web_contents_delegate.h
|
| index 39fea2c8f052a57c30837ef472a667c503b78304..fcd0793ec41ac95e0cc813a9513699e19e411cad 100644
|
| --- a/android_webview/native/aw_web_contents_delegate.h
|
| +++ b/android_webview/native/aw_web_contents_delegate.h
|
| @@ -43,7 +43,7 @@ class AwWebContentsDelegate
|
|
|
| virtual void WebContentsCreated(content::WebContents* source_contents,
|
| int64 source_frame_id,
|
| - const string16& frame_name,
|
| + const base::string16& frame_name,
|
| const GURL& target_url,
|
| content::WebContents* new_contents) OVERRIDE;
|
|
|
|
|