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

Unified Diff: webkit/common/resource_request_body.h

Issue 17513002: Move DataElement into webkit/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | « webkit/common/data_element.cc ('k') | webkit/common/webkit_common.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/resource_request_body.h
diff --git a/webkit/common/resource_request_body.h b/webkit/common/resource_request_body.h
index 4c89112cc64640e2d7b9a538ce025399d6e494b3..5c1edd10f3955129a6b0fa55c5907176e16b1d04 100644
--- a/webkit/common/resource_request_body.h
+++ b/webkit/common/resource_request_body.h
@@ -11,7 +11,7 @@
#include "base/memory/ref_counted.h"
#include "base/supports_user_data.h"
#include "url/gurl.h"
-#include "webkit/base/data_element.h"
+#include "webkit/common/data_element.h"
#include "webkit/common/webkit_common_export.h"
namespace base {
@@ -26,7 +26,7 @@ class WEBKIT_COMMON_EXPORT ResourceRequestBody
: public base::RefCounted<ResourceRequestBody>,
public base::SupportsUserData {
public:
- typedef webkit_base::DataElement Element;
+ typedef webkit_common::DataElement Element;
ResourceRequestBody();
« no previous file with comments | « webkit/common/data_element.cc ('k') | webkit/common/webkit_common.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698