chore: make DCHECK available in win7 toast impl

This commit is contained in:
Samuel Attard 2019-03-21 23:45:28 -07:00
parent 30448bb1b8
commit 0fd0b3fb4b

View file

@ -9,6 +9,8 @@
#include "atom/browser/notifications/win/win32_desktop_notifications/desktop_notification_controller.h" #include "atom/browser/notifications/win/win32_desktop_notifications/desktop_notification_controller.h"
#include "base/logging.h"
namespace atom { namespace atom {
class DesktopNotificationController::Toast { class DesktopNotificationController::Toast {