| Index: chrome/browser/sync/util/sqlite_utils.cc
|
| ===================================================================
|
| --- chrome/browser/sync/util/sqlite_utils.cc (revision 110383)
|
| +++ chrome/browser/sync/util/sqlite_utils.cc (working copy)
|
| @@ -33,9 +33,9 @@
|
| public:
|
| virtual int HandleError(int error, sqlite3* db) {
|
| error_ = error;
|
| - LOG(ERROR) << "sqlite error " << error
|
| - << " " << sqlite3_errmsg(db)
|
| - << " db " << static_cast<void*>(db);
|
| + NOTREACHED() << "sqlite error " << error
|
| + << " " << sqlite3_errmsg(db)
|
| + << " db " << static_cast<void*>(db);
|
| return error;
|
| }
|
| };
|
|
|