ResourceBundle → ui::ResourceBundle
Fixes "error: use of undeclared identifier 'ResourceBundle'; did you mean 'ui::ResourceBundle'?".
This commit is contained in:
parent
408b62bcc2
commit
70cc5d87af
2 changed files with 3 additions and 2 deletions
|
@ -106,7 +106,7 @@ DevToolsManagerDelegate::CreateNewTarget(const GURL& url) {
|
|||
}
|
||||
|
||||
std::string DevToolsManagerDelegate::GetDiscoveryPageHTML() {
|
||||
return ResourceBundle::GetSharedInstance()
|
||||
return ui::ResourceBundle::GetSharedInstance()
|
||||
.GetRawDataResource(IDR_CONTENT_SHELL_DEVTOOLS_DISCOVERY_PAGE)
|
||||
.as_string();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue