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

Unified Diff: content/child/weburlresponse_extradata_impl.h

Issue 394403002: Move weburlresponse_extradata_impl.* from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 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 | « content/child/web_url_loader_impl.cc ('k') | content/child/weburlresponse_extradata_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/weburlresponse_extradata_impl.h
diff --git a/webkit/child/weburlresponse_extradata_impl.h b/content/child/weburlresponse_extradata_impl.h
similarity index 88%
rename from webkit/child/weburlresponse_extradata_impl.h
rename to content/child/weburlresponse_extradata_impl.h
index a66dbb524533a6db75af98222971709ef6264416..be02bcc01a44c25d7b9c8626b29133df3d470c60 100644
--- a/webkit/child/weburlresponse_extradata_impl.h
+++ b/content/child/weburlresponse_extradata_impl.h
@@ -2,21 +2,20 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_CHILD_WEBURLRESPONSE_EXTRADATA_IMPL_H_
-#define WEBKIT_CHILD_WEBURLRESPONSE_EXTRADATA_IMPL_H_
+#ifndef CONTENT_CHILD_WEBURLRESPONSE_EXTRADATA_IMPL_H_
+#define CONTENT_CHILD_WEBURLRESPONSE_EXTRADATA_IMPL_H_
#include <string>
#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "content/common/content_export.h"
#include "net/http/http_response_info.h"
#include "third_party/WebKit/public/platform/WebURLResponse.h"
-#include "webkit/child/webkit_child_export.h"
-namespace webkit_glue {
+namespace content {
-// Base class for Chrome's implementation of the "extra data".
-class WEBKIT_CHILD_EXPORT WebURLResponseExtraDataImpl :
+class CONTENT_EXPORT WebURLResponseExtraDataImpl :
public NON_EXPORTED_BASE(blink::WebURLResponse::ExtraData) {
public:
explicit WebURLResponseExtraDataImpl(
@@ -91,6 +90,6 @@ class WEBKIT_CHILD_EXPORT WebURLResponseExtraDataImpl :
DISALLOW_COPY_AND_ASSIGN(WebURLResponseExtraDataImpl);
};
-} // namespace webkit_glue
+} // namespace content
-#endif // WEBKIT_CHILD_WEBURLRESPONSE_EXTRADATA_IMPL_H_
+#endif // CONTENT_CHILD_WEBURLRESPONSE_EXTRADATA_IMPL_H_
« no previous file with comments | « content/child/web_url_loader_impl.cc ('k') | content/child/weburlresponse_extradata_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698