Chromium Code Reviews| Index: chrome/browser/history/top_sites_database.cc |
| =================================================================== |
| --- chrome/browser/history/top_sites_database.cc (revision 48777) |
| +++ chrome/browser/history/top_sites_database.cc (working copy) |
| @@ -21,7 +21,7 @@ |
| if (!db_.Open(db_name)) { |
| LOG(WARNING) << db_.GetErrorMessage(); |
| - return sql::INIT_FAILURE; |
| + return false; |
| } |
| return InitThumbnailTable(); |
| @@ -247,4 +247,3 @@ |
| } |
| } // namespace history |
| - |