Fix building under linux

This commit is contained in:
Cheng Zhao 2016-08-04 16:39:52 +09:00
parent 1a80cb22b7
commit 03e2250638

View file

@ -88,7 +88,7 @@ InspectableWebContentsViewViews::InspectableWebContentsViewViews(
contents_web_view->SetWebContents(inspectable_web_contents_->GetWebContents());
contents_web_view_ = contents_web_view;
} else {
contents_web_view_ = new views::Label(L"No content under offscreen mode");
contents_web_view_ = new views::Label(base::ASCIIToUTF16("No content under offscreen mode"));
}
devtools_web_view_->SetVisible(false);