Chromium Code Reviews| Index: sql/connection.cc |
| diff --git a/sql/connection.cc b/sql/connection.cc |
| index 669344a30b58839600914a4a8bac342a4d47d2dd..1b41ec664e31a57b7ee63d22d188d6a34f7d71f8 100644 |
| --- a/sql/connection.cc |
| +++ b/sql/connection.cc |
| @@ -355,7 +355,7 @@ Connection::Connection() |
| query_time_histogram_(NULL), |
| clock_(new TimeSource()) { |
| base::trace_event::MemoryDumpManager::GetInstance()->RegisterDumpProvider( |
| - this); |
| + this, "sql::Connection"); |
| } |
| Connection::~Connection() { |