Chromium Code Reviews| Index: chrome/browser/history/text_database.h |
| diff --git a/chrome/browser/history/text_database.h b/chrome/browser/history/text_database.h |
| index e8818884558c066397ae5a4bd49821c7e1599224..9fb3c0d0240e02bbf6f2e3ccd28c155622ccd377 100644 |
| --- a/chrome/browser/history/text_database.h |
| +++ b/chrome/browser/history/text_database.h |
| @@ -28,6 +28,9 @@ class TextDatabase { |
| // Returned from the search function. |
| struct Match { |
| + Match(); |
| + ~Match(); |
| + |
| // URL of the match. |
| GURL url; |