linter
This commit is contained in:
parent
7f7b1f6c8a
commit
aaf03765ed
1 changed files with 4 additions and 3 deletions
|
@ -8,10 +8,11 @@
|
|||
|
||||
#include "base/win/shlwapi.h" // NOLINT(build/include_order)
|
||||
|
||||
#include <atlbase.h> // atlbase.h for CComPtr
|
||||
// atlbase.h for CComPtr
|
||||
#include <atlbase.h> // NOLINT(build/include_order)
|
||||
|
||||
#include <shlobj.h>
|
||||
#include <shobjidl.h>
|
||||
#include <shlobj.h> // NOLINT(build/include_order)
|
||||
#include <shobjidl.h> // NOLINT(build/include_order)
|
||||
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/i18n/case_conversion.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue