Index: components/history/core/browser/history_database.h |
diff --git a/components/history/core/browser/history_database.h b/components/history/core/browser/history_database.h |
index 6ad38b9fc51db8183bc1161281858d9cad734f50..cf6b1c048ccdaf98160586cabc1323a7d78eb42d 100644 |
--- a/components/history/core/browser/history_database.h |
+++ b/components/history/core/browser/history_database.h |
@@ -174,9 +174,9 @@ class HistoryDatabase : public DownloadDatabase, |
// Migration ----------------------------------------------------------------- |
- // Makes sure the version is up-to-date, updating if necessary. If the |
+ // Makes sure the version is up to date, updating if necessary. If the |
// database is too old to migrate, the user will be notified. Returns |
- // sql::INIT_OK iff the DB is up-to-date and ready for use. |
+ // sql::INIT_OK iff the DB is up to date and ready for use. |
// |
// This assumes it is called from the init function inside a transaction. It |
// may commit the transaction and start a new one if migration requires it. |