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

Unified Diff: extensions/common/message_bundle.h

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/file_util.cc ('k') | extensions/common/message_bundle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/message_bundle.h
diff --git a/chrome/common/extensions/message_bundle.h b/extensions/common/message_bundle.h
similarity index 97%
rename from chrome/common/extensions/message_bundle.h
rename to extensions/common/message_bundle.h
index 052c6afd80063688cdcdcd2e6863970c7f485e87..e7ee1dfbe5f7611f1264aa0ebf420dcd22f69844 100644
--- a/chrome/common/extensions/message_bundle.h
+++ b/extensions/common/message_bundle.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_COMMON_EXTENSIONS_MESSAGE_BUNDLE_H_
-#define CHROME_COMMON_EXTENSIONS_MESSAGE_BUNDLE_H_
+#ifndef EXTENSIONS_COMMON_MESSAGE_BUNDLE_H_
+#define EXTENSIONS_COMMON_MESSAGE_BUNDLE_H_
#include <map>
#include <string>
@@ -170,4 +170,4 @@ void EraseL10nMessagesMap(const std::string& extension_id);
} // namsepace extensions
-#endif // CHROME_COMMON_EXTENSIONS_MESSAGE_BUNDLE_H_
+#endif // EXTENSIONS_COMMON_MESSAGE_BUNDLE_H_
« no previous file with comments | « extensions/common/file_util.cc ('k') | extensions/common/message_bundle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698