summaryrefslogtreecommitdiff
path: root/content/browser/download/base_file_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/download/base_file_win.cc')
-rw-r--r--content/browser/download/base_file_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/download/base_file_win.cc b/content/browser/download/base_file_win.cc
index 3f0d9d3e63..449134efb1 100644
--- a/content/browser/download/base_file_win.cc
+++ b/content/browser/download/base_file_win.cc
@@ -9,8 +9,8 @@
#include "base/file_util.h"
#include "base/metrics/histogram.h"
+#include "base/strings/utf_string_conversions.h"
#include "base/threading/thread_restrictions.h"
-#include "base/utf_string_conversions.h"
#include "content/browser/download/download_interrupt_reasons_impl.h"
#include "content/browser/download/download_stats.h"
#include "content/browser/safe_util_win.h"