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

Unified Diff: Source/web/WebIDBKeyPath.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/web/WebIDBKey.cpp ('k') | Source/web/WebIDBKeyRange.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebIDBKeyPath.cpp
diff --git a/Source/web/WebIDBKeyPath.cpp b/Source/web/WebIDBKeyPath.cpp
index a9db96ed8033a811474e3dc31496201a3b24e64b..5e70a7f288b27b97c2ff9d30962b789c4d7bda3d 100644
--- a/Source/web/WebIDBKeyPath.cpp
+++ b/Source/web/WebIDBKeyPath.cpp
@@ -33,7 +33,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
WebIDBKeyPath WebIDBKeyPath::create(const WebString& keyPath)
{
@@ -109,4 +109,4 @@ WebIDBKeyPath::operator const WebCore::IDBKeyPath&() const
return *(m_private.get());
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebIDBKey.cpp ('k') | Source/web/WebIDBKeyRange.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698