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

Unified Diff: content/renderer/pepper/host_resource_var.h

Issue 225903006: PPAPI: Run clang_format.py on content/renderer/pepper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
Index: content/renderer/pepper/host_resource_var.h
diff --git a/content/renderer/pepper/host_resource_var.h b/content/renderer/pepper/host_resource_var.h
index cc6b0577f4d604fe0c0793a6e14bcc16a77dc7a8..1e8928a94f542b95f09b37d8097b886fb4975538 100644
--- a/content/renderer/pepper/host_resource_var.h
+++ b/content/renderer/pepper/host_resource_var.h
@@ -38,9 +38,7 @@ class HostResourceVar : public ppapi::ResourceVar {
virtual const IPC::Message* GetCreationMessage() const OVERRIDE;
virtual bool IsPending() const OVERRIDE;
- void set_pending_browser_host_id(int id) {
- pending_browser_host_id_ = id;
- }
+ void set_pending_browser_host_id(int id) { pending_browser_host_id_ = id; }
protected:
virtual ~HostResourceVar();

Powered by Google App Engine
This is Rietveld 408576698