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

Unified Diff: extensions/common/extension_l10n_util.h

Issue 228073005: Move core extensions l10n code to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: extensions/common/extension_l10n_util.h
diff --git a/chrome/common/extensions/extension_l10n_util.h b/extensions/common/extension_l10n_util.h
similarity index 96%
rename from chrome/common/extensions/extension_l10n_util.h
rename to extensions/common/extension_l10n_util.h
index 29f183116fe78e44421916db6b1b3c490bf25bd3..a6d6ea6009888ec5d0211cbcae6942d0ebdbc249 100644
--- a/chrome/common/extensions/extension_l10n_util.h
+++ b/extensions/common/extension_l10n_util.h
@@ -4,8 +4,8 @@
//
// This file declares extension specific l10n utils.
-#ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_L10N_UTIL_H_
-#define CHROME_COMMON_EXTENSIONS_EXTENSION_L10N_UTIL_H_
+#ifndef EXTENSIONS_COMMON_EXTENSION_L10N_UTIL_H_
+#define EXTENSIONS_COMMON_EXTENSION_L10N_UTIL_H_
#include <set>
#include <string>
@@ -128,7 +128,6 @@ class ScopedLocaleForTest {
std::string locale_; // The current locale at ctor time.
};
-
} // namespace extension_l10n_util
-#endif // CHROME_COMMON_EXTENSIONS_EXTENSION_L10N_UTIL_H_
+#endif // EXTENSIONS_COMMON_EXTENSION_L10N_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698