| Index: chrome/common/web_apps.cc
|
| diff --git a/chrome/common/web_apps.cc b/chrome/common/web_apps.cc
|
| index 4492de148d61cf1e4a6d65557c70ef7e2096aacd..e2f726dcd9c25b29ec61fa539609a2308ab85181 100644
|
| --- a/chrome/common/web_apps.cc
|
| +++ b/chrome/common/web_apps.cc
|
| @@ -9,8 +9,8 @@
|
|
|
| #include "base/json/json_reader.h"
|
| #include "base/string16.h"
|
| -#include "base/string_split.h"
|
| #include "base/strings/string_number_conversions.h"
|
| +#include "base/strings/string_split.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| #include "chrome/common/json_schema_validator.h"
|
|
|