Index: chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc b/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
index 9f82d5df9c53fb4d1bc750401348d51913d7de29..a31516039278f65c43388f581ebb21e19352de64 100644 |
--- a/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc |
@@ -274,7 +274,7 @@ class StartProvisionalLoadObserver : public content::WebContentsObserver { |
} |
} |
- // Run a nested message loop until navigation to the expected URL has started. |
+ // Run a nested run loop until navigation to the expected URL has started. |
void Wait() { |
if (url_seen_) |
return; |