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

Unified Diff: Source/platform/exported/WebSourceInfo.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/WebSocketStreamError.cpp ('k') | Source/platform/exported/WebString.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebSourceInfo.cpp
diff --git a/Source/platform/exported/WebSourceInfo.cpp b/Source/platform/exported/WebSourceInfo.cpp
index 39d97c2661fb192b6860a8e4d02209384dc2bfc7..d96a5f8693d17296bdfb2686efc8b00bbeb4e986 100644
--- a/Source/platform/exported/WebSourceInfo.cpp
+++ b/Source/platform/exported/WebSourceInfo.cpp
@@ -31,7 +31,7 @@
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
-namespace WebKit {
+namespace blink {
class WebSourceInfoPrivate FINAL : public RefCounted<WebSourceInfoPrivate> {
public:
@@ -103,5 +103,5 @@ WebSourceInfo::VideoFacingMode WebSourceInfo::facing() const
return m_private->facing();
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/platform/exported/WebSocketStreamError.cpp ('k') | Source/platform/exported/WebString.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698