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

Unified Diff: Source/web/WebIDBDatabaseCallbacksImpl.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/WebIDBDatabaseCallbacksImpl.h ('k') | Source/web/WebIDBDatabaseError.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebIDBDatabaseCallbacksImpl.cpp
diff --git a/Source/web/WebIDBDatabaseCallbacksImpl.cpp b/Source/web/WebIDBDatabaseCallbacksImpl.cpp
index b6e17584e8a8856af91438b1904c26946e9ed26e..efbdfb176f4ff039c2ae96e605a74d741258dfbf 100644
--- a/Source/web/WebIDBDatabaseCallbacksImpl.cpp
+++ b/Source/web/WebIDBDatabaseCallbacksImpl.cpp
@@ -32,7 +32,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
WebIDBDatabaseCallbacksImpl::WebIDBDatabaseCallbacksImpl(PassRefPtr<IDBDatabaseCallbacks> callbacks)
: m_callbacks(callbacks)
@@ -63,4 +63,4 @@ void WebIDBDatabaseCallbacksImpl::onComplete(long long transactionId)
m_callbacks->onComplete(transactionId);
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebIDBDatabaseCallbacksImpl.h ('k') | Source/web/WebIDBDatabaseError.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698