Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / public / common / storage_quota_params.h
index 6fd5cf8..9ff61c2 100644 (file)
@@ -7,8 +7,8 @@
 
 #include "content/common/content_export.h"
 #include "ipc/ipc_message.h"
+#include "storage/common/quota/quota_types.h"
 #include "url/gurl.h"
-#include "webkit/common/quota/quota_types.h"
 
 namespace content {
 
@@ -18,14 +18,14 @@ struct CONTENT_EXPORT StorageQuotaParams {
   StorageQuotaParams()
       : render_view_id(MSG_ROUTING_NONE),
         request_id(-1),
-        storage_type(quota::kStorageTypeTemporary),
+        storage_type(storage::kStorageTypeTemporary),
         requested_size(0),
         user_gesture(false) {}
 
   int render_view_id;
   int request_id;
   GURL origin_url;
-  quota::StorageType storage_type;
+  storage::StorageType storage_type;
   uint64 requested_size;
 
   // Request was made in the context of a user gesture.