mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: used nested namespaces (#34737)
This commit is contained in:
@@ -11,9 +11,7 @@
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "shell/browser/electron_browser_context.h"
|
||||
|
||||
namespace electron {
|
||||
|
||||
namespace api {
|
||||
namespace electron::api {
|
||||
|
||||
SavePageHandler::SavePageHandler(content::WebContents* web_contents,
|
||||
gin_helper::Promise<void> promise)
|
||||
@@ -65,6 +63,4 @@ void SavePageHandler::Destroy(download::DownloadItem* item) {
|
||||
delete this;
|
||||
}
|
||||
|
||||
} // namespace api
|
||||
|
||||
} // namespace electron
|
||||
} // namespace electron::api
|
||||
|
||||
Reference in New Issue
Block a user