Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / webkit / browser / appcache / appcache_quota_client.h
index c490183..90ba852 100644 (file)
 #include "webkit/browser/webkit_storage_browser_export.h"
 #include "webkit/common/quota/quota_types.h"
 
+namespace content {
+class AppCacheQuotaClientTest;
+}
+
 namespace appcache {
 
 class AppCacheService;
@@ -53,9 +57,9 @@ class AppCacheQuotaClient : public quota::QuotaClient {
   virtual bool DoesSupport(quota::StorageType type) const OVERRIDE;
 
  private:
+  friend class content::AppCacheQuotaClientTest;
   friend class AppCacheService;  // for NotifyAppCacheIsDestroyed
   friend class AppCacheStorageImpl;  // for NotifyAppCacheIsReady
-  friend class AppCacheQuotaClientTest;
 
   WEBKIT_STORAGE_BROWSER_EXPORT
       explicit AppCacheQuotaClient(AppCacheService* service);