From e7bb7dd78bf2b86eb21cd37ca24e781c57f96dfb Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Wed, 18 Apr 2018 23:33:15 -0400 Subject: [PATCH] force windows above other includes --- chromium_src/chrome/common/chrome_paths_win.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chromium_src/chrome/common/chrome_paths_win.cc b/chromium_src/chrome/common/chrome_paths_win.cc index a1627a8184..6441eab604 100644 --- a/chromium_src/chrome/common/chrome_paths_win.cc +++ b/chromium_src/chrome/common/chrome_paths_win.cc @@ -4,11 +4,12 @@ #include "chrome/common/chrome_paths_internal.h" +#include + #include #include #include #include -#include #include "base/files/file_path.h" #include "base/path_service.h"