Chromium Code Reviews| Index: chrome/browser/history/in_memory_database.cc |
| =================================================================== |
| --- chrome/browser/history/in_memory_database.cc (revision 27013) |
| +++ chrome/browser/history/in_memory_database.cc (working copy) |
| @@ -11,7 +11,10 @@ |
| namespace history { |
| -InMemoryDatabase::InMemoryDatabase() : URLDatabase(), db_(NULL) { |
| +InMemoryDatabase::InMemoryDatabase() |
| + : URLDatabase(), |
| + db_(NULL), |
| + statement_cache_(NULL) { |
| } |
| InMemoryDatabase::~InMemoryDatabase() { |