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

Unified Diff: components/drive/chromeos/directory_loader.cc

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
Index: components/drive/chromeos/directory_loader.cc
diff --git a/components/drive/chromeos/directory_loader.cc b/components/drive/chromeos/directory_loader.cc
index 4c910db5148339a7f7278a8f3115ee8d7f2f9fc7..17acdd2348cb38e76758eab1950ddf98e0593675 100644
--- a/components/drive/chromeos/directory_loader.cc
+++ b/components/drive/chromeos/directory_loader.cc
@@ -393,7 +393,7 @@ void DirectoryLoader::ReadDirectoryAfterCheckLocalState(
DirectoryFetchInfo directory_fetch_info(
local_id, entry->resource_id(), remote_changestamp);
- // If the directory's changestamp is up-to-date or the global changestamp of
+ // If the directory's changestamp is up to date or the global changestamp of
// the metadata DB is new enough (which means the normal changelist loading
// should finish very soon), just schedule to run the callback, as there is no
// need to fetch the directory.

Powered by Google App Engine
This is Rietveld 408576698