Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: content/common/resource_request_body.h

Issue 492873002: Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single sto… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos build Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/resource_messages.cc ('k') | content/common/shareable_file_reference_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_request_body.h
diff --git a/content/common/resource_request_body.h b/content/common/resource_request_body.h
index 3167e16a7d57bf7e339e088e8569072b8b06a412..3eedafa02dc4884d78fe6fbe35e1d1bcbde16be7 100644
--- a/content/common/resource_request_body.h
+++ b/content/common/resource_request_body.h
@@ -26,7 +26,7 @@ class CONTENT_EXPORT ResourceRequestBody
: public base::RefCountedThreadSafe<ResourceRequestBody>,
public base::SupportsUserData {
public:
- typedef webkit_common::DataElement Element;
+ typedef storage::DataElement Element;
ResourceRequestBody();
« no previous file with comments | « content/common/resource_messages.cc ('k') | content/common/shareable_file_reference_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698