Index: storage/common/database/database_connections.h |
diff --git a/storage/common/database/database_connections.h b/storage/common/database/database_connections.h |
index ab4812e01e856a045e8d8cc0871f3b434a6a179d..24bcbd0bd255c6822135000204203f58ebe5e006 100644 |
--- a/storage/common/database/database_connections.h |
+++ b/storage/common/database/database_connections.h |
@@ -15,7 +15,7 @@ |
#include "storage/common/storage_common_export.h" |
namespace base { |
-class MessageLoopProxy; |
+class SingleThreadTaskRunner; |
} |
namespace storage { |
@@ -91,7 +91,7 @@ class STORAGE_COMMON_EXPORT DatabaseConnectionsWrapper |
bool waiting_for_dbs_to_close_; |
base::Lock open_connections_lock_; |
DatabaseConnections open_connections_; |
- scoped_refptr<base::MessageLoopProxy> main_thread_; |
+ scoped_refptr<base::SingleThreadTaskRunner> main_thread_; |
}; |
} // namespace storage |