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

Unified Diff: Source/platform/exported/WebURLRequestPrivate.h

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/WebURLRequest.cpp ('k') | Source/platform/exported/WebURLResponse.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebURLRequestPrivate.h
diff --git a/Source/platform/exported/WebURLRequestPrivate.h b/Source/platform/exported/WebURLRequestPrivate.h
index 1c1b69608ec8a8c1176de20e92bc0841fa249a4c..7af11b596b64aad2e202e4b2b321b721f2db82df 100644
--- a/Source/platform/exported/WebURLRequestPrivate.h
+++ b/Source/platform/exported/WebURLRequestPrivate.h
@@ -33,7 +33,7 @@
namespace WebCore { class ResourceRequest; }
-namespace WebKit {
+namespace blink {
class WebURLRequestPrivate {
public:
@@ -48,6 +48,6 @@ public:
bool m_allowStoredCredentials;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/exported/WebURLRequest.cpp ('k') | Source/platform/exported/WebURLResponse.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698