| Index: chrome/common/extensions/extension_message_bundle.cc
|
| diff --git a/chrome/common/extensions/extension_message_bundle.cc b/chrome/common/extensions/extension_message_bundle.cc
|
| index 26e9c97c4eb5440f840d9555943bbd16de5e927f..a3740a96a1a7d793e1275c077b424327d8124d65 100644
|
| --- a/chrome/common/extensions/extension_message_bundle.cc
|
| +++ b/chrome/common/extensions/extension_message_bundle.cc
|
| @@ -13,7 +13,7 @@
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/stl_util-inl.h"
|
| -#include "base/string_util.h"
|
| +#include "base/stringprintf.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| #include "chrome/common/extensions/extension_constants.h"
|
|
|