Index: chrome/browser/extensions/image_loader.h |
diff --git a/chrome/browser/extensions/image_loader.h b/chrome/browser/extensions/image_loader.h |
index 2932f46e299a6333617a69def2ad17b215a3367c..de2b1d32d2830c80829733157b5b4fbd4ac6ff3b 100644 |
--- a/chrome/browser/extensions/image_loader.h |
+++ b/chrome/browser/extensions/image_loader.h |
@@ -32,7 +32,7 @@ class Extension; |
// The views need to load their icons asynchronously might be deleted before |
// the images have loaded. If you pass your callback using a weak_ptr, this |
// will make sure the callback won't be called after the view is deleted. |
-class ImageLoader : public ProfileKeyedService { |
+class ImageLoader : public BrowserContextKeyedService { |
public: |
// Information about a singe image representation to load from an extension |
// resource. |