diff options
Diffstat (limited to 'chrome/common/web_apps.cc')
-rw-r--r-- | chrome/common/web_apps.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/web_apps.cc b/chrome/common/web_apps.cc index f441834..4492de1 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_number_conversions.h" #include "base/string_split.h" +#include "base/strings/string_number_conversions.h" #include "base/utf_string_conversions.h" #include "base/values.h" #include "chrome/common/json_schema_validator.h" |