Index: chrome/browser/task_manager/task_manager_resource_providers.h |
=================================================================== |
--- chrome/browser/task_manager/task_manager_resource_providers.h (revision 109469) |
+++ chrome/browser/task_manager/task_manager_resource_providers.h (working copy) |
@@ -221,8 +221,9 @@ |
// Maps the actual resources (the BackgroundContents) to the Task Manager |
// resources. |
- std::map<BackgroundContents*, TaskManagerBackgroundContentsResource*> |
- resources_; |
+ typedef std::map<BackgroundContents*, TaskManagerBackgroundContentsResource*> |
+ Resources; |
+ Resources resources_; |
// A scoped container for notification registries. |
content::NotificationRegistrar registrar_; |