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

Unified Diff: ios/web/public/web_state/web_state.h

Issue 839733004: Style fixes in //ios (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix all animation blocks Created 5 years, 11 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
« no previous file with comments | « ios/web/public/user_agent.mm ('k') | ios/web/public/web_state/web_state_user_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..766a3bb8ed6dc760682cec0ae6b7c6a93cb1eafd 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.
+ // null.
virtual NavigationManager* GetNavigationManager() = 0;
// Gets the CRWJSInjectionReceiver associated with this WebState.
« no previous file with comments | « ios/web/public/user_agent.mm ('k') | ios/web/public/web_state/web_state_user_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698