mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
refactor: rename the atom namespace to electron
This commit is contained in:
committed by
Samuel Attard
parent
8c4496a9c9
commit
34c4c8d508
@@ -24,7 +24,7 @@
|
||||
|
||||
#pragma comment(lib, "runtimeobject.lib")
|
||||
|
||||
namespace atom {
|
||||
namespace electron {
|
||||
|
||||
namespace {
|
||||
|
||||
@@ -97,4 +97,4 @@ Notification* NotificationPresenterWin::CreateNotificationObject(
|
||||
return new WindowsToastNotification(delegate, this);
|
||||
}
|
||||
|
||||
} // namespace atom
|
||||
} // namespace electron
|
||||
|
||||
Reference in New Issue
Block a user