| Index: chrome/browser/extensions/api/notifications/notifications_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/notifications/notifications_apitest.cc b/chrome/browser/extensions/api/notifications/notifications_apitest.cc
|
| index 761c413acf8203fd985c56ff79b67a5d9ad4a847..68f42d9b8ca92f101e472223b2a53f874a046a73 100644
|
| --- a/chrome/browser/extensions/api/notifications/notifications_apitest.cc
|
| +++ b/chrome/browser/extensions/api/notifications/notifications_apitest.cc
|
| @@ -99,7 +99,7 @@ class UserGestureCatcher : public content::NotificationObserver {
|
| // A sequential list of user gesture notifications from the test extension(s).
|
| std::deque<bool> results_;
|
|
|
| - // True if we're in a nested message loop waiting for results from
|
| + // True if we're in a nested run loop waiting for results from
|
| // the extension.
|
| bool waiting_;
|
| };
|
|
|