| Index: chrome/browser/profiles/profile_downloader.cc
|
| diff --git a/chrome/browser/profiles/profile_downloader.cc b/chrome/browser/profiles/profile_downloader.cc
|
| index 743bbaaa37531c8bc3e923fd1d1da0a4c71dace6..6464ecb3f7a9956f9d212a75a03805013ea51198 100644
|
| --- a/chrome/browser/profiles/profile_downloader.cc
|
| +++ b/chrome/browser/profiles/profile_downloader.cc
|
| @@ -10,9 +10,9 @@
|
| #include "base/json/json_reader.h"
|
| #include "base/logging.h"
|
| #include "base/message_loop.h"
|
| -#include "base/string_split.h"
|
| #include "base/string_util.h"
|
| #include "base/stringprintf.h"
|
| +#include "base/strings/string_split.h"
|
| #include "base/values.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_downloader_delegate.h"
|
|
|