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

Unified Diff: extensions/common/message_bundle_unittest.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.cc ('k') | extensions/extensions.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/message_bundle_unittest.cc
diff --git a/chrome/common/extensions/message_bundle_unittest.cc b/extensions/common/message_bundle_unittest.cc
similarity index 99%
rename from chrome/common/extensions/message_bundle_unittest.cc
rename to extensions/common/message_bundle_unittest.cc
index 7aa4cf2ea630496b56bb82586b4c81a1ef339c7b..d2a2ca19117dd75407cef7967abb7d69e5708acc 100644
--- a/chrome/common/extensions/message_bundle_unittest.cc
+++ b/extensions/common/message_bundle_unittest.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,8 +13,8 @@
#include "base/strings/string_util.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 "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « extensions/common/message_bundle.cc ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698