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

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

Issue 225903006: PPAPI: Run clang_format.py on content/renderer/pepper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 8 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 | « content/renderer/pepper/pepper_audio_input_host.cc ('k') | content/renderer/pepper/pepper_broker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_broker.h
diff --git a/content/renderer/pepper/pepper_broker.h b/content/renderer/pepper/pepper_broker.h
index a363780f171ab73751a5c90307badfbd464023ee..0703597e30827f917be0761c97e5e7e1c1cf2d1f 100644
--- a/content/renderer/pepper/pepper_broker.h
+++ b/content/renderer/pepper/pepper_broker.h
@@ -43,7 +43,7 @@ class CONTENT_EXPORT PepperBrokerDispatcherWrapper {
scoped_ptr<ppapi::proxy::ProxyChannel::Delegate> dispatcher_delegate_;
};
-class PepperBroker : public base::RefCountedThreadSafe<PepperBroker>{
+class PepperBroker : public base::RefCountedThreadSafe<PepperBroker> {
public:
explicit PepperBroker(PluginModule* plugin_module);
@@ -62,8 +62,7 @@ class PepperBroker : public base::RefCountedThreadSafe<PepperBroker>{
// Called when we know whether permission to access the PPAPI broker was
// granted.
- void OnBrokerPermissionResult(PPB_Broker_Impl* client,
- bool result);
+ void OnBrokerPermissionResult(PPB_Broker_Impl* client, bool result);
private:
friend class base::RefCountedThreadSafe<PepperBroker>;
« no previous file with comments | « content/renderer/pepper/pepper_audio_input_host.cc ('k') | content/renderer/pepper/pepper_broker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698