Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / webkit / browser / fileapi / quota / quota_backend_impl.h
index 787f538..ec4c45a 100644 (file)
@@ -16,6 +16,10 @@ namespace base {
 class SequencedTaskRunner;
 }
 
+namespace content {
+class QuotaBackendImplTest;
+}
+
 namespace quota {
 class QuotaManagerProxy;
 }
@@ -60,7 +64,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT QuotaBackendImpl
       FileSystemType type) OVERRIDE;
 
  private:
-  friend class QuotaBackendImplTest;
+  friend class content::QuotaBackendImplTest;
 
   struct QuotaReservationInfo {
     QuotaReservationInfo(const GURL& origin, FileSystemType type, int64 delta);