| Index: chrome/browser/download/download_prefs.cc
|
| diff --git a/chrome/browser/download/download_prefs.cc b/chrome/browser/download/download_prefs.cc
|
| index abd8dff90ee461106bebad83828865d435b8a6d9..e777df1fc8a57a4b16bf4c1597be2d0cb3b9f166 100644
|
| --- a/chrome/browser/download/download_prefs.cc
|
| +++ b/chrome/browser/download/download_prefs.cc
|
| @@ -12,8 +12,8 @@
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
| #include "base/prefs/pref_service.h"
|
| -#include "base/string_split.h"
|
| #include "base/string_util.h"
|
| +#include "base/strings/string_split.h"
|
| #include "base/sys_string_conversions.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/download/chrome_download_manager_delegate.h"
|
|
|