Chromium Code Reviews| Index: chrome/common/extensions/extension_l10n_util.h |
| =================================================================== |
| --- chrome/common/extensions/extension_l10n_util.h (revision 91508) |
| +++ chrome/common/extensions/extension_l10n_util.h (working copy) |
| @@ -12,7 +12,6 @@ |
| #include <string> |
| #include <vector> |
| -class DictionaryValue; |
| class Extension; |
| class ExtensionMessageBundle; |
| class FilePath; |
| @@ -20,6 +19,12 @@ |
| class ResourceDispatcherHostRequestInfo; |
| struct ExtensionInfo; |
| +namespace base { |
| +class DictionaryValue; |
| +} |
| + |
| +using base::DictionaryValue; |
|
brettw
2011/07/07 16:05:08
We shouldn't have this in header files other than
dmazzoni
2011/07/07 22:57:00
Done.
|
| + |
| namespace extension_l10n_util { |
| // Set the locale for this process to a fixed value, rather than using the |