diff options
Diffstat (limited to 'chrome/common/extensions/manifest.cc')
-rw-r--r-- | chrome/common/extensions/manifest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/manifest.cc b/chrome/common/extensions/manifest.cc index b9dedcf..52ce77b 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/stringprintf.h" #include "base/strings/string_split.h" +#include "base/strings/stringprintf.h" #include "base/strings/utf_string_conversions.h" #include "chrome/common/extensions/extension_manifest_constants.h" #include "chrome/common/extensions/features/base_feature_provider.h" |