| Index: chrome/browser/download/download_file.cc
|
| diff --git a/chrome/browser/download/download_file.cc b/chrome/browser/download/download_file.cc
|
| index 269d108a2d06ac22f0b64cb50fa0b7988d7f17ba..4c5f42d177197840ebc3ec4e6beb0db2e81d7ae2 100644
|
| --- a/chrome/browser/download/download_file.cc
|
| +++ b/chrome/browser/download/download_file.cc
|
| @@ -7,9 +7,9 @@
|
| #include "base/file_util.h"
|
| #include "base/path_service.h"
|
| #include "base/stl_util-inl.h"
|
| -#include "base/string_util.h"
|
| #include "base/task.h"
|
| #include "base/thread.h"
|
| +#include "base/utf_string_conversions.h"
|
| #include "build/build_config.h"
|
| #include "chrome/browser/chrome_thread.h"
|
| #include "chrome/browser/download/download_manager.h"
|
|
|