Index: chrome/browser/browsing_data_quota_helper.h |
=================================================================== |
--- chrome/browser/browsing_data_quota_helper.h (revision 110049) |
+++ chrome/browser/browsing_data_quota_helper.h (working copy) |
@@ -16,14 +16,9 @@ |
#include "content/public/browser/browser_thread.h" |
#include "webkit/quota/quota_types.h" |
+class BrowsingDataQuotaHelper; |
class Profile; |
-namespace quota { |
-class QuotaManager; |
-} |
- |
-class BrowsingDataQuotaHelper; |
- |
struct BrowsingDataQuotaHelperDeleter { |
static void Destruct(const BrowsingDataQuotaHelper* helper); |
}; |