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

Unified Diff: Source/modules/webdatabase/SQLTransactionBackend.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/SQLTransactionBackend.h
diff --git a/Source/modules/webdatabase/SQLTransactionBackend.h b/Source/modules/webdatabase/SQLTransactionBackend.h
index 599d4fa25524b8881b81089f7c3184cdd92330f6..abd5213ccc6611c6b3690627f9ab4411c109f25c 100644
--- a/Source/modules/webdatabase/SQLTransactionBackend.h
+++ b/Source/modules/webdatabase/SQLTransactionBackend.h
@@ -122,7 +122,7 @@ private:
bool m_hasVersionMismatch;
Mutex m_statementMutex;
- HeapDeque<Member<SQLStatementBackend> > m_statementQueue;
+ HeapDeque<Member<SQLStatementBackend>> m_statementQueue;
OwnPtr<SQLiteTransaction> m_sqliteTransaction;
};

Powered by Google App Engine
This is Rietveld 408576698