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

Unified Diff: webkit/child/weburlresponse_extradata_impl.h

Issue 20003004: reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue to child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & allocator dep for components_unittests in shared_library2 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/child/weburlrequest_extradata_impl.cc ('k') | webkit/child/weburlresponse_extradata_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/weburlresponse_extradata_impl.h
diff --git a/webkit/glue/weburlresponse_extradata_impl.h b/webkit/child/weburlresponse_extradata_impl.h
similarity index 91%
rename from webkit/glue/weburlresponse_extradata_impl.h
rename to webkit/child/weburlresponse_extradata_impl.h
index c26325c8df5f5d514f2d91cbf08b69cce878da2f..ac87d7e8424ce2f8464bad16695036a302607653 100644
--- a/webkit/glue/weburlresponse_extradata_impl.h
+++ b/webkit/child/weburlresponse_extradata_impl.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_GLUE_WEBURLRESPONSE_EXTRADATA_IMPL_H_
-#define WEBKIT_GLUE_WEBURLRESPONSE_EXTRADATA_IMPL_H_
+#ifndef WEBKIT_CHILD_WEBURLRESPONSE_EXTRADATA_IMPL_H_
+#define WEBKIT_CHILD_WEBURLRESPONSE_EXTRADATA_IMPL_H_
#include <string>
@@ -11,12 +11,12 @@
#include "base/compiler_specific.h"
#include "net/http/http_response_info.h"
#include "third_party/WebKit/public/platform/WebURLResponse.h"
-#include "webkit/common/webkit_common_export.h"
+#include "webkit/child/webkit_child_export.h"
namespace webkit_glue {
// Base class for Chrome's implementation of the "extra data".
-class WEBKIT_COMMON_EXPORT WebURLResponseExtraDataImpl :
+class WEBKIT_CHILD_EXPORT WebURLResponseExtraDataImpl :
public NON_EXPORTED_BASE(WebKit::WebURLResponse::ExtraData) {
public:
explicit WebURLResponseExtraDataImpl(
@@ -93,4 +93,4 @@ class WEBKIT_COMMON_EXPORT WebURLResponseExtraDataImpl :
} // namespace webkit_glue
-#endif // WEBKIT_GLUE_WEBURLRESPONSE_EXTRADATA_IMPL_H_
+#endif // WEBKIT_CHILD_WEBURLRESPONSE_EXTRADATA_IMPL_H_
« no previous file with comments | « webkit/child/weburlrequest_extradata_impl.cc ('k') | webkit/child/weburlresponse_extradata_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698