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

Unified Diff: ppapi/cpp/var.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 | « ppapi/cpp/private/var_private.h ('k') | remoting/android/java/src/org/chromium/chromoting/Desktop.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/var.h
diff --git a/ppapi/cpp/var.h b/ppapi/cpp/var.h
index 1b2435606a21b80b232805f0583c606046ff7772..7b02b9d202b922540cb30268daa90bf34edbb1e0 100644
--- a/ppapi/cpp/var.h
+++ b/ppapi/cpp/var.h
@@ -315,7 +315,7 @@ class 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.
Var(void* non_scriptable_object_pointer);
};
« no previous file with comments | « ppapi/cpp/private/var_private.h ('k') | remoting/android/java/src/org/chromium/chromoting/Desktop.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698