diff options
Diffstat (limited to 'ui/base/win/shell.cc')
-rw-r--r-- | ui/base/win/shell.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/base/win/shell.cc b/ui/base/win/shell.cc index 7409fad..dcc50ec 100644 --- a/ui/base/win/shell.cc +++ b/ui/base/win/shell.cc @@ -5,11 +5,11 @@ #include "ui/base/win/shell.h" #include <dwmapi.h> -#include <shellapi.h> #include <shlobj.h> // Must be before propkey. #include <propkey.h> +#include <shellapi.h> -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/native_library.h" #include "base/string_util.h" #include "base/win/metro.h" |