| Index: extensions/common/message_bundle.cc
|
| diff --git a/chrome/common/extensions/message_bundle.cc b/extensions/common/message_bundle.cc
|
| similarity index 98%
|
| rename from chrome/common/extensions/message_bundle.cc
|
| rename to extensions/common/message_bundle.cc
|
| index 9a5f4b035265f3640257b938c60a1b2d9e6d982c..a6577e69d7e9dc530a4d492c74097d1f2fd4283a 100644
|
| --- a/chrome/common/extensions/message_bundle.cc
|
| +++ b/extensions/common/message_bundle.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/common/extensions/message_bundle.h"
|
| +#include "extensions/common/message_bundle.h"
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -13,13 +13,13 @@
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/stl_util.h"
|
| +#include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/values.h"
|
| -#include "chrome/common/extensions/extension_l10n_util.h"
|
| #include "extensions/common/error_utils.h"
|
| +#include "extensions/common/extension_l10n_util.h"
|
| #include "extensions/common/manifest_constants.h"
|
| -#include "ui/base/l10n/l10n_util.h"
|
|
|
| namespace extensions {
|
|
|
|
|