Update for the brightray move

This commit is contained in:
Samuel Attard 2017-05-23 02:17:59 +10:00
parent f5de57dbdb
commit d1fc832ca0
No known key found for this signature in database
GPG key ID: 273DC1869D8F13EF
5 changed files with 9 additions and 9 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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 {

View file

@ -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"

View file

@ -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")