Index: components/history/core/browser/history_types.h |
diff --git a/components/history/core/browser/history_types.h b/components/history/core/browser/history_types.h |
index 9795ded30ae0f6bf2100568f573a5c819f5d6fab..0ce4ae3ad6351d54cfd1934e9d1674c7246beb0e 100644 |
--- a/components/history/core/browser/history_types.h |
+++ b/components/history/core/browser/history_types.h |
@@ -332,7 +332,7 @@ struct MostVisitedURL { |
RedirectList redirects; |
- bool operator==(const MostVisitedURL& other) { |
+ bool operator==(const MostVisitedURL& other) const { |
return url == other.url; |
} |
}; |