Update for move of string symbols into base::
This commit is contained in:
parent
5b93dc74e6
commit
5b788476a5
5 changed files with 5 additions and 5 deletions
|
@ -117,7 +117,7 @@ void InspectableWebContentsImpl::UpdateFrontendDockSide() {
|
|||
auto javascript = base::StringPrintf(
|
||||
"InspectorFrontendAPI.setDockSide(\"%s\")", dock_side_.c_str());
|
||||
devtools_web_contents_->GetRenderViewHost()->ExecuteJavascriptInWebFrame(
|
||||
string16(), ASCIIToUTF16(javascript));
|
||||
base::string16(), base::ASCIIToUTF16(javascript));
|
||||
}
|
||||
|
||||
void InspectableWebContentsImpl::ActivateWindow() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue