summaryrefslogtreecommitdiffstats
path: root/android_webview/native/aw_web_contents_delegate.cc
diff options
context:
space:
mode:
authordbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-19 22:44:49 +0000
committerdbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-19 22:44:49 +0000
commit865eb546fe5b899158e031d22189323f49a05d30 (patch)
tree209da248691a4ad597c9f27666d503883cdda725 /android_webview/native/aw_web_contents_delegate.cc
parentc6966a8cdc64af37a609576a43e1285e0c18ab11 (diff)
downloadchromium_src-865eb546fe5b899158e031d22189323f49a05d30.zip
chromium_src-865eb546fe5b899158e031d22189323f49a05d30.tar.gz
chromium_src-865eb546fe5b899158e031d22189323f49a05d30.tar.bz2
Add base:: to string16s in android_webview/.
R=benm@chromium.org BUG=329295 Review URL: https://codereview.chromium.org/100453010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241958 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/native/aw_web_contents_delegate.cc')
-rw-r--r--android_webview/native/aw_web_contents_delegate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/native/aw_web_contents_delegate.cc b/android_webview/native/aw_web_contents_delegate.cc
index 39bb1b0..68de084 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);