| Index: chrome/common/extensions/manifest.cc
|
| diff --git a/chrome/common/extensions/manifest.cc b/chrome/common/extensions/manifest.cc
|
| index 982e4a9a1b574159448b69734cc5b9c606e50325..512183e2276243710121d32e8db8c84fb1bdf700 100644
|
| --- a/chrome/common/extensions/manifest.cc
|
| +++ b/chrome/common/extensions/manifest.cc
|
| @@ -7,8 +7,8 @@
|
| #include "base/basictypes.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/logging.h"
|
| -#include "base/string_split.h"
|
| #include "base/stringprintf.h"
|
| +#include "base/strings/string_split.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/common/extensions/extension_manifest_constants.h"
|
| #include "chrome/common/extensions/features/base_feature_provider.h"
|
|
|