mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
Update for the brightray move
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
#include <libnotify/notify.h>
|
||||
|
||||
#include "atom/browser/browser.h"
|
||||
#include "browser/linux/libnotify_loader.h"
|
||||
#include "browser/linux/libnotify_notification.h"
|
||||
#include "brightray/browser/linux/libnotify_loader.h"
|
||||
#include "brightray/browser/linux/libnotify_notification.h"
|
||||
#include "chrome/browser/ui/libgtkui/skia_utils_gtk.h"
|
||||
#include "third_party/skia/include/core/SkBitmap.h"
|
||||
|
||||
|
||||
@@ -11,10 +11,10 @@
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/md5.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "browser/notification.h"
|
||||
#include "browser/notification_presenter.h"
|
||||
#include "browser/win/notification_presenter_win.h"
|
||||
#include "browser/win/notification_presenter_win7.h"
|
||||
#include "brightray/browser/notification.h"
|
||||
#include "brightray/browser/notification_presenter.h"
|
||||
#include "brightray/browser/win/notification_presenter_win.h"
|
||||
#include "brightray/browser/win/notification_presenter_win7.h"
|
||||
#include "common/string_conversion.h"
|
||||
#include "third_party/skia/include/core/SkBitmap.h"
|
||||
#include "ui/gfx/codec/png_codec.h"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "atom/browser/ui/notification_delegate_adapter.h"
|
||||
|
||||
#include "atom/browser/api/atom_api_notification.h"
|
||||
#include "browser/notification_delegate.h"
|
||||
#include "brightray/browser/notification_delegate.h"
|
||||
|
||||
namespace atom {
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by the MIT license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "browser/notification_delegate.h"
|
||||
#include "brightray/browser/notification_delegate.h"
|
||||
|
||||
#include "atom/browser/api/atom_api_notification.h"
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "browser/win/scoped_hstring.h"
|
||||
#include "brightray/browser/win/scoped_hstring.h"
|
||||
|
||||
#pragma comment(lib, "shlwapi")
|
||||
#pragma comment(lib, "user32")
|
||||
|
||||
Reference in New Issue
Block a user