| Index: chrome/browser/extensions/extension_function.h
|
| diff --git a/chrome/browser/extensions/extension_function.h b/chrome/browser/extensions/extension_function.h
|
| index 4b1fb5fb34d40fd6b76d88d5febb7f243400d0a9..e85455a214ec7545829965847e68f76e021be15f 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 {}
|
|
|
| // Called when the quota limit has been exceeded. The default implementation
|
| // returns an error.
|
|
|