diff options
Diffstat (limited to 'chrome/common/platform_util_win.cc')
-rw-r--r-- | chrome/common/platform_util_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/platform_util_win.cc b/chrome/common/platform_util_win.cc index 9313a51..73311f8 100644 --- a/chrome/common/platform_util_win.cc +++ b/chrome/common/platform_util_win.cc @@ -9,7 +9,6 @@ #include <shellapi.h> #include <shlobj.h> -#include "app/gfx/native_widget_types.h" #include "app/win_util.h" #include "base/file_path.h" #include "base/file_util.h" @@ -19,6 +18,7 @@ #include "base/string_util.h" #include "chrome/installer/util/google_update_settings.h" #include "chrome/installer/util/google_update_constants.h" +#include "gfx/native_widget_types.h" #include "googleurl/src/gurl.h" namespace platform_util { |