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

Unified Diff: content/common/resource_messages.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/quota_messages.h ('k') | content/common/resource_messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index dc6147a96d2eebea75f42f863e3c4d055f708f27..2e604af7252be41f8b434fcd3737ef02b7d7f467 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -40,8 +40,8 @@ struct ParamTraits<scoped_refptr<net::HttpResponseHeaders> > {
};
template <>
-struct CONTENT_EXPORT ParamTraits<webkit_common::DataElement> {
- typedef webkit_common::DataElement param_type;
+struct CONTENT_EXPORT ParamTraits<storage::DataElement> {
+ typedef storage::DataElement param_type;
static void Write(Message* m, const param_type& p);
static bool Read(const Message* m, PickleIterator* iter, param_type* r);
static void Log(const param_type& p, std::string* l);
« no previous file with comments | « content/common/quota_messages.h ('k') | content/common/resource_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698