Correct windows header order

This commit is contained in:
Tomas Rycl 2018-04-26 11:43:39 +02:00 committed by Samuel Attard
parent 7b17f15703
commit 650f7a920a

View file

@ -4,8 +4,8 @@
#include "chrome/browser/icon_loader.h"
#include <shellapi.h>
#include <windows.h>
#include <shellapi.h>
#include "base/bind.h"
#include "base/message_loop/message_loop.h"