Address cpplint issue "Include the directory when naming .h files [build/include] [4]"
This commit is contained in:
parent
0bba5b9b41
commit
33b4936a68
5 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "notification_presenter_win7.h"
|
||||
#include "win32_notification.h"
|
||||
#include "browser/win/notification_presenter_win7.h"
|
||||
#include "browser/win/win32_notification.h"
|
||||
|
||||
namespace brightray {
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#define NOMINMAX
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include "desktop_notification_controller.h"
|
||||
#include "common.h"
|
||||
#include "toast.h"
|
||||
#include "browser/win/win32_desktop_notifications/desktop_notification_controller.h"
|
||||
#include "browser/win/win32_desktop_notifications/common.h"
|
||||
#include "browser/win/win32_desktop_notifications/toast.h"
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include <windowsx.h>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#define NOMINMAX
|
||||
#include "toast.h"
|
||||
#include "common.h"
|
||||
#include "browser/win/win32_desktop_notifications/toast.h"
|
||||
#include "browser/win/win32_desktop_notifications/common.h"
|
||||
#include <algorithm>
|
||||
#include <uxtheme.h>
|
||||
#include <windowsx.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
#include "desktop_notification_controller.h"
|
||||
#include "browser/win/win32_desktop_notifications/desktop_notification_controller.h"
|
||||
|
||||
namespace brightray {
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#define WIN32_LEAN_AND_MEAN
|
||||
#include "win32_notification.h"
|
||||
#include "browser/win/win32_notification.h"
|
||||
#include "third_party/skia/include/core/SkBitmap.h"
|
||||
#include <windows.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue