Index: chrome/browser/ui/webui/ntp/app_resource_cache_factory.h |
diff --git a/chrome/browser/ui/webui/ntp/app_resource_cache_factory.h b/chrome/browser/ui/webui/ntp/app_resource_cache_factory.h |
index fd2eb29d85a5bbe3d8411a2c922f2cd58b639731..1b53d5053ab7a2f3daaa5efce0ee84007bbaeea2 100644 |
--- a/chrome/browser/ui/webui/ntp/app_resource_cache_factory.h |
+++ b/chrome/browser/ui/webui/ntp/app_resource_cache_factory.h |
@@ -9,6 +9,7 @@ |
#include "chrome/browser/profiles/profile_keyed_service_factory.h" |
class NTPResourceCache; |
+class Profile; |
// Singleton that owns NTPResourceCaches used by the apps launcher page and |
// associates them with Profiles. Listens for the Profile's destruction |