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

Unified Diff: ppapi/cpp/private/var_private.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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 | « net/url_request/url_request_http_job.cc ('k') | ppapi/cpp/var.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/private/var_private.h
diff --git a/ppapi/cpp/private/var_private.h b/ppapi/cpp/private/var_private.h
index 63522ca00d39b795f5e39802cb3cb9953d3fc7c9..b7d95b263651902dc6276767ca4166bc05809aae 100644
--- a/ppapi/cpp/private/var_private.h
+++ b/ppapi/cpp/private/var_private.h
@@ -116,7 +116,7 @@ class VarPrivate : public Var {
private:
// Prevent an arbitrary pointer argument from being implicitly converted to
- // a bool at Var construction. If somebody makes such a mistake, (s)he will
+ // a bool at Var construction. If somebody makes such a mistake, they will
// get a compilation error.
VarPrivate(void* non_scriptable_object_pointer);
};
« no previous file with comments | « net/url_request/url_request_http_job.cc ('k') | ppapi/cpp/var.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698