Index: chrome/browser/history/download_database.h |
diff --git a/chrome/browser/history/download_database.h b/chrome/browser/history/download_database.h |
index 1550a0a276719fe10e6f8df2e59d7f58badb56f3..12e5a1e7f50f5ba996d7596f56389a0fa3641210 100644 |
--- a/chrome/browser/history/download_database.h |
+++ b/chrome/browser/history/download_database.h |
@@ -94,6 +94,7 @@ class DownloadDatabase { |
static const int kDangerTypeUncommonContent; |
static const int kDangerTypeUserValidated; |
static const int kDangerTypeDangerousHost; |
+ static const int kDangerTypePotentiallyUnwanted; |
// Fixes state of the download entries. Sometimes entries with IN_PROGRESS |
// state are not updated during browser shutdown (particularly when crashing). |