Chromium Code Reviews| Index: chrome/common/extensions/extension_permission_set.h |
| =================================================================== |
| --- chrome/common/extensions/extension_permission_set.h (revision 91508) |
| +++ chrome/common/extensions/extension_permission_set.h (working copy) |
| @@ -17,11 +17,17 @@ |
| #include "base/string16.h" |
| #include "chrome/common/extensions/url_pattern_set.h" |
| -class DictionaryValue; |
| class Extension; |
| class ExtensionPrefs; |
| + |
| +namespace base { |
| +class DictionaryValue; |
| class ListValue; |
| +} |
| +using base::DictionaryValue; |
|
brettw
2011/07/07 16:05:08
Ditto
dmazzoni
2011/07/07 22:57:00
Done.
|
| +using base::ListValue; |
| + |
| // When prompting the user to install or approve permissions, we display |
| // messages describing the effects of the permissions rather than listing the |
| // permissions themselves. Each ExtensionPermissionMessage represents one of the |