Index: chrome/browser/invalidation/invalidation_frontend.h |
diff --git a/chrome/browser/invalidation/invalidation_frontend.h b/chrome/browser/invalidation/invalidation_frontend.h |
index 8344e271e13d8cbaeddc4a3c05453a328ddc1db7..f8b61a5f54548114c9eeabac197ff937752bca83 100644 |
--- a/chrome/browser/invalidation/invalidation_frontend.h |
+++ b/chrome/browser/invalidation/invalidation_frontend.h |
@@ -45,7 +45,7 @@ namespace invalidation { |
// It is an error to have registered handlers when an InvalidationFrontend is |
// shut down; clients must ensure that they unregister themselves before then. |
// |
-// TODO(rlarocque): This class should extend ProfileKeyedService. |
+// TODO(rlarocque): This class should extend BrowserContextKeyedService. |
// |
// NOTE(akalin): Invalidations that come in during browser shutdown may get |
// dropped. This won't matter once we have an Acknowledge API, though: see |