Index: extensions/browser/quota_service.h |
diff --git a/extensions/browser/quota_service.h b/extensions/browser/quota_service.h |
index 7479c5535b25d1530318c1202b9d9ccf8d688778..9163b4ae64f1dbc269e4c2b1201f281f5036c04a 100644 |
--- a/extensions/browser/quota_service.h |
+++ b/extensions/browser/quota_service.h |
@@ -39,7 +39,7 @@ typedef std::list<QuotaLimitHeuristic*> QuotaLimitHeuristics; |
// |
// The QuotaService needs to live entirely on one thread, i.e. be created, |
// called and destroyed on the same thread, due to its use of a RepeatingTimer. |
-// It is not a BrowserContextKeyedService because instances exist on both the UI |
+// It is not a KeyedService because instances exist on both the UI |
// and IO threads. |
class QuotaService : public base::NonThreadSafe { |
public: |