| Index: chrome/browser/history/history_types.h
|
| diff --git a/chrome/browser/history/history_types.h b/chrome/browser/history/history_types.h
|
| index f38472bbfd9ddc84c86acbebce22a109a447e92c..b0da5874da2dfaa540ddfb0b8265298d2331803e 100644
|
| --- a/chrome/browser/history/history_types.h
|
| +++ b/chrome/browser/history/history_types.h
|
| @@ -680,7 +680,7 @@ bool RowQualifiesAsSignificant(const URLRow& row, const base::Time& threshold);
|
| // table.
|
| enum IconType {
|
| INVALID_ICON = 0x0,
|
| - FAV_ICON = 1 << 0,
|
| + FAVICON = 1 << 0,
|
| TOUCH_ICON = 1 << 1,
|
| TOUCH_PRECOMPOSED_ICON = 1 << 2
|
| };
|
|
|