Chromium Code Reviews| Index: ios/web/public/web_state/web_state.h |
| diff --git a/ios/web/public/web_state/web_state.h b/ios/web/public/web_state/web_state.h |
| index 519bc217f82715f1c764e77a57300f9537e5db79..8288a3bfb147d9425ba173135bce7814d8c86852 100644 |
| --- a/ios/web/public/web_state/web_state.h |
| +++ b/ios/web/public/web_state/web_state.h |
| @@ -69,7 +69,7 @@ class WebState : public base::SupportsUserData { |
| virtual void OpenURL(const OpenURLParams& params) = 0; |
| // Gets the NavigationManager associated with this WebState. Can never return |
| - // NULL. |
| + // nullptr. |
|
sdefresne
2015/01/09 10:35:30
s/nullptr/null/ in comments
|
| virtual NavigationManager* GetNavigationManager() = 0; |
| // Gets the CRWJSInjectionReceiver associated with this WebState. |