Index: chrome/browser/extensions/extension_function.h |
diff --git a/chrome/browser/extensions/extension_function.h b/chrome/browser/extensions/extension_function.h |
index 21fd897645f7311c1c4b59904b992ae9ab45d08a..0a3c8e10cee41a950a74b7dea9536e05349bc9c3 100644 |
--- a/chrome/browser/extensions/extension_function.h |
+++ b/chrome/browser/extensions/extension_function.h |
@@ -82,7 +82,7 @@ class ExtensionFunction |
// Returns a quota limit heuristic suitable for this function. |
// No quota limiting by default. |
virtual void GetQuotaLimitHeuristics( |
- std::list<QuotaLimitHeuristic*>* heuristics) const {} |
+ QuotaLimitHeuristics* heuristics) const {} |
tim (not reviewing)
2011/11/17 18:59:52
I think the bookmark_extension_api is missing the
not at google - send to devlin
2011/11/18 03:49:00
Done.
|
// Called when the quota limit has been exceeded. The default implementation |
// returns an error. |