Remove redundant atom:: namespace use
This commit is contained in:
parent
03c6fbf80f
commit
b1ce57faa9
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ WebViewManager* WebViewManager::GetWebViewManager(
|
|||
auto context = web_contents->GetBrowserContext();
|
||||
if (context) {
|
||||
auto manager = context->GetGuestManager();
|
||||
return static_cast<atom::WebViewManager*>(manager);
|
||||
return static_cast<WebViewManager*>(manager);
|
||||
} else {
|
||||
return nullptr;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue