| Index: chrome/browser/download/download_query.cc
|
| diff --git a/chrome/browser/download/download_query.cc b/chrome/browser/download/download_query.cc
|
| index fd380fc663e2d8e76e49c8118c9b4ddc9d32a198..e67be5ea463d3e90fa23851f48207a5bd863a0b4 100644
|
| --- a/chrome/browser/download/download_query.cc
|
| +++ b/chrome/browser/download/download_query.cc
|
| @@ -17,8 +17,8 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/stl_util.h"
|
| #include "base/string16.h"
|
| -#include "base/string_split.h"
|
| #include "base/stringprintf.h"
|
| +#include "base/strings/string_split.h"
|
| #include "base/time.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
|
|