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

Unified Diff: chrome/browser/sync/test/integration/status_change_checker.h

Issue 2828913003: Replace "nested message loop" with "nested run loop" in comments. (Closed)
Patch Set: rebase Created 3 years, 7 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: chrome/browser/sync/test/integration/status_change_checker.h
diff --git a/chrome/browser/sync/test/integration/status_change_checker.h b/chrome/browser/sync/test/integration/status_change_checker.h
index 1acc26ff01f2a896e5cc2edbbec0f332df8e92c0..1716b35e6a330d9260deda1c7de6a8131fdce36c 100644
--- a/chrome/browser/sync/test/integration/status_change_checker.h
+++ b/chrome/browser/sync/test/integration/status_change_checker.h
@@ -45,7 +45,7 @@ class StatusChangeChecker {
// Timeout length when blocking.
virtual base::TimeDelta GetTimeoutDuration();
- // Helper function to start running the nested message loop.
+ // Helper function to start running the nested run loop.
//
// Will exit if IsExitConditionSatisfied() returns true when called from
// CheckExitCondition(), if a timeout occurs, or if StopWaiting() is called.

Powered by Google App Engine
This is Rietveld 408576698