diff options
Diffstat (limited to 'content/public/browser/web_contents_delegate.cc')
-rw-r--r-- | content/public/browser/web_contents_delegate.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc index 70f12f6..016097b 100644 --- a/content/public/browser/web_contents_delegate.cc +++ b/content/public/browser/web_contents_delegate.cc @@ -135,7 +135,7 @@ bool WebContentsDelegate::ShouldCreateWebContents( int route_id, int main_frame_route_id, WindowContainerType window_container_type, - const base::string16& frame_name, + const std::string& frame_name, const GURL& target_url, const std::string& partition_id, SessionStorageNamespace* session_storage_namespace) { |