| 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_
|
|
|