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

Unified Diff: webkit/child/weburlresponse_extradata_impl.h

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/worker_task_runner.h » ('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/child/weburlresponse_extradata_impl.h b/webkit/child/weburlresponse_extradata_impl.h
index ac87d7e8424ce2f8464bad16695036a302607653..a66dbb524533a6db75af98222971709ef6264416 100644
--- a/webkit/child/weburlresponse_extradata_impl.h
+++ b/webkit/child/weburlresponse_extradata_impl.h
@@ -17,7 +17,7 @@ namespace webkit_glue {
// Base class for Chrome's implementation of the "extra data".
class WEBKIT_CHILD_EXPORT WebURLResponseExtraDataImpl :
- public NON_EXPORTED_BASE(WebKit::WebURLResponse::ExtraData) {
+ public NON_EXPORTED_BASE(blink::WebURLResponse::ExtraData) {
public:
explicit WebURLResponseExtraDataImpl(
const std::string& npn_negotiated_protocol);
« no previous file with comments | « webkit/child/weburlrequest_extradata_impl.cc ('k') | webkit/child/worker_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698