summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history_notifications.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/history_notifications.h')
-rw-r--r--chrome/browser/history/history_notifications.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/history_notifications.h b/chrome/browser/history/history_notifications.h
index 5af5eb2..80fc9d5 100644
--- a/chrome/browser/history/history_notifications.h
+++ b/chrome/browser/history/history_notifications.h
@@ -54,7 +54,7 @@ struct URLsDeletedDetails : public HistoryDetails {
// Details for NOTIFY_URLS_STARRED.
struct URLsStarredDetails : public HistoryDetails {
- URLsStarredDetails(bool being_starred) : starred(being_starred) {}
+ explicit URLsStarredDetails(bool being_starred) : starred(being_starred) {}
// The new starred state of the list of URLs. True when they are being
// starred, false when they are being unstarred.