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

Unified Diff: Source/modules/webdatabase/SQLTransactionClient.cpp

Issue 469773002: Cleanup blink:: prefix usage in Source/core/modules/[mediasource/*.cpp to websockets/*.cpp] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months 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/modules/webdatabase/QuotaTracker.cpp ('k') | Source/modules/webmidi/MIDIAccessor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/SQLTransactionClient.cpp
diff --git a/Source/modules/webdatabase/SQLTransactionClient.cpp b/Source/modules/webdatabase/SQLTransactionClient.cpp
index ff6030aec8e2898634bae1ec66a7693436f198b4..f0406467ad4b611409a6809c045f8b0f22b9ff7d 100644
--- a/Source/modules/webdatabase/SQLTransactionClient.cpp
+++ b/Source/modules/webdatabase/SQLTransactionClient.cpp
@@ -45,8 +45,8 @@ namespace blink {
static void databaseModified(DatabaseBackendBase* database)
{
- if (blink::Platform::current()->databaseObserver()) {
- blink::Platform::current()->databaseObserver()->databaseModified(
+ if (Platform::current()->databaseObserver()) {
+ Platform::current()->databaseObserver()->databaseModified(
createDatabaseIdentifierFromSecurityOrigin(database->securityOrigin()),
database->stringIdentifier());
}
@@ -71,4 +71,4 @@ bool SQLTransactionClient::didExceedQuota(DatabaseBackendBase* database)
return false;
}
-}
+} // namespace blink
« no previous file with comments | « Source/modules/webdatabase/QuotaTracker.cpp ('k') | Source/modules/webmidi/MIDIAccessor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698