This commit is contained in:
Jeremy Rose 2021-03-24 10:53:07 -07:00
parent 7f7b1f6c8a
commit aaf03765ed

View file

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