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

Unified Diff: Source/platform/exported/WebURLRequest.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « Source/platform/exported/WebURLLoadTiming.cpp ('k') | Source/platform/exported/WebURLRequestPrivate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebURLRequest.cpp
diff --git a/Source/platform/exported/WebURLRequest.cpp b/Source/platform/exported/WebURLRequest.cpp
index c1574b133e2e45227b75e3c65c3a9401e21b7672..aa171690ca5f45176c790d594a39b098811e7329 100644
--- a/Source/platform/exported/WebURLRequest.cpp
+++ b/Source/platform/exported/WebURLRequest.cpp
@@ -39,7 +39,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
namespace {
@@ -347,4 +347,4 @@ void WebURLRequest::assign(WebURLRequestPrivate* p)
m_private = p;
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/platform/exported/WebURLLoadTiming.cpp ('k') | Source/platform/exported/WebURLRequestPrivate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698