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

Unified Diff: webkit/child/multipart_response_delegate.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
Index: webkit/child/multipart_response_delegate.h
diff --git a/webkit/glue/multipart_response_delegate.h b/webkit/child/multipart_response_delegate.h
similarity index 95%
rename from webkit/glue/multipart_response_delegate.h
rename to webkit/child/multipart_response_delegate.h
index 6de1591efb0daa84e6bcc45e3712824fb78922ac..f85c1cf6f0f9e0ff1289e4bcd3fc9c9842c1fbcb 100644
--- a/webkit/glue/multipart_response_delegate.h
+++ b/webkit/child/multipart_response_delegate.h
@@ -46,14 +46,14 @@
*
* ***** END LICENSE BLOCK ***** */
-#ifndef WEBKIT_GLUE_MULTIPART_RESPONSE_DELEGATE_H_
-#define WEBKIT_GLUE_MULTIPART_RESPONSE_DELEGATE_H_
+#ifndef WEBKIT_CHILD_MULTIPART_RESPONSE_DELEGATE_H_
+#define WEBKIT_CHILD_MULTIPART_RESPONSE_DELEGATE_H_
#include <string>
#include "base/basictypes.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 {
class WebURLLoader;
@@ -65,7 +65,7 @@ namespace webkit_glue {
// Used by unit tests to access private members.
class MultipartResponseDelegateTester;
-class WEBKIT_COMMON_EXPORT MultipartResponseDelegate {
+class WEBKIT_CHILD_EXPORT MultipartResponseDelegate {
public:
MultipartResponseDelegate(WebKit::WebURLLoaderClient* client,
WebKit::WebURLLoader* loader,
@@ -150,4 +150,4 @@ class WEBKIT_COMMON_EXPORT MultipartResponseDelegate {
} // namespace webkit_glue
-#endif
+#endif // WEBKIT_CHILD_MULTIPART_RESPONSE_DELEGATE_H_
« no previous file with comments | « webkit/child/ftp_directory_listing_response_delegate.cc ('k') | webkit/child/multipart_response_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698