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

Unified Diff: Source/platform/exported/WebThreadSafeData.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/WebString.cpp ('k') | Source/platform/exported/WebTransformKeyframe.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebThreadSafeData.cpp
diff --git a/Source/platform/exported/WebThreadSafeData.cpp b/Source/platform/exported/WebThreadSafeData.cpp
index 3018d65cd0640d2e646d019f580479a5c4c546b0..825f30b7c2e2b699c97195d876ab887d8fc53c8f 100644
--- a/Source/platform/exported/WebThreadSafeData.cpp
+++ b/Source/platform/exported/WebThreadSafeData.cpp
@@ -35,7 +35,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
void WebThreadSafeData::reset()
{
@@ -72,4 +72,4 @@ WebThreadSafeData& WebThreadSafeData::operator=(const PassRefPtr<RawData>& data)
return *this;
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/platform/exported/WebString.cpp ('k') | Source/platform/exported/WebTransformKeyframe.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698