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

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

Issue 198673002: Rename DatabaseTaskSynchronizer to TaskSynchronizer and move it to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/DatabaseManager.h
diff --git a/Source/modules/webdatabase/DatabaseManager.h b/Source/modules/webdatabase/DatabaseManager.h
index f176a76c31c70ca4ead38880a46c588aedb5ce50..0e34d12278bee5d08e14f7871ef088b122b5d334 100644
--- a/Source/modules/webdatabase/DatabaseManager.h
+++ b/Source/modules/webdatabase/DatabaseManager.h
@@ -43,7 +43,7 @@ class DatabaseBackendBase;
class DatabaseCallback;
class DatabaseContext;
class DatabaseSync;
-class DatabaseTaskSynchronizer;
+class TaskSynchronizer;
class ExceptionState;
class SecurityOrigin;
class ExecutionContext;

Powered by Google App Engine
This is Rietveld 408576698