| Index: chrome/browser/history/thumbnail_database.cc
|
| diff --git a/chrome/browser/history/thumbnail_database.cc b/chrome/browser/history/thumbnail_database.cc
|
| index 2ec82ed69c736ca8ee56ec3cc1ca8f0a9a60fe2d..c50d998393b2cdf4ba843a4f58558596888c4cd7 100644
|
| --- a/chrome/browser/history/thumbnail_database.cc
|
| +++ b/chrome/browser/history/thumbnail_database.cc
|
| @@ -204,7 +204,7 @@ bool ThumbnailDatabase::InitFavIconsTable(sql::Connection* db,
|
| "url LONGVARCHAR NOT NULL,"
|
| "last_updated INTEGER DEFAULT 0,"
|
| "image_data BLOB,"
|
| - "icon_type INTEGER DEFAULT 1)"); // Set the default as FAV_ICON
|
| + "icon_type INTEGER DEFAULT 1)"); // Set the default as FAVICON
|
| // to be consistent with table
|
| // upgrade in
|
| // UpgradeToVersion4().
|
|
|