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

Unified Diff: Source/modules/webdatabase/Database.h

Issue 864533002: Fix template angle bracket syntax in modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
Index: Source/modules/webdatabase/Database.h
diff --git a/Source/modules/webdatabase/Database.h b/Source/modules/webdatabase/Database.h
index 7d4054e28c662b609118170a0c83cf44f2eabf49..fcbf98aedce22e3b24945eeb163685c9300b2a8d 100644
--- a/Source/modules/webdatabase/Database.h
+++ b/Source/modules/webdatabase/Database.h
@@ -168,7 +168,7 @@ private:
Member<DatabaseAuthorizer> m_databaseAuthorizer;
- HeapDeque<Member<SQLTransactionBackend> > m_transactionQueue;
+ HeapDeque<Member<SQLTransactionBackend>> m_transactionQueue;
Mutex m_transactionInProgressMutex;
bool m_transactionInProgress;
bool m_isTransactionQueueEnabled;

Powered by Google App Engine
This is Rietveld 408576698