Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: extensions/common/message_bundle.cc

Issue 228073005: Move core extensions l10n code to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unused header is unused Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/message_bundle.h ('k') | extensions/common/message_bundle_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « extensions/common/message_bundle.h ('k') | extensions/common/message_bundle_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698