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,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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue