Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: components/history/core/browser/history_database.h

Issue 2059143002: "up-to-date" should only use hyphens when used as compound modifier of a noun (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/drive/file_system_unittest.cc ('k') | components/omnibox/browser/omnibox_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « components/drive/file_system_unittest.cc ('k') | components/omnibox/browser/omnibox_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698