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

Unified Diff: Source/web/WebDatabase.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/WebDataSourceImpl.cpp ('k') | Source/web/WebDevToolsAgentImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDatabase.cpp
diff --git a/Source/web/WebDatabase.cpp b/Source/web/WebDatabase.cpp
index dea6ea57f05bce7101db9b824c2cf633d6f6c96c..80796a801a659b7184181e0cd48826ee96e6e475 100644
--- a/Source/web/WebDatabase.cpp
+++ b/Source/web/WebDatabase.cpp
@@ -42,7 +42,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
static WebDatabaseObserver* databaseObserver = 0;
@@ -111,4 +111,4 @@ WebDatabase::WebDatabase(const DatabaseBackendBase* database)
{
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebDataSourceImpl.cpp ('k') | Source/web/WebDevToolsAgentImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698