Index: extensions/browser/quota_service.h |
diff --git a/extensions/browser/quota_service.h b/extensions/browser/quota_service.h |
index 9163b4ae64f1dbc269e4c2b1201f281f5036c04a..a42adf0a5ba6ea60b6aa0c9cf85583d09f474f42 100644 |
--- a/extensions/browser/quota_service.h |
+++ b/extensions/browser/quota_service.h |
@@ -30,7 +30,6 @@ class ExtensionFunction; |
namespace extensions { |
class QuotaLimitHeuristic; |
-class TestResetQuotaFunction; |
typedef std::list<QuotaLimitHeuristic*> QuotaLimitHeuristics; |
@@ -61,7 +60,6 @@ class QuotaService : public base::NonThreadSafe { |
const base::TimeTicks& event_time); |
private: |
- friend class extensions::TestResetQuotaFunction; |
typedef std::string ExtensionId; |
typedef std::string FunctionName; |
// All QuotaLimitHeuristic instances in this map are owned by us. |