Index: content/renderer/pepper/plugin_object.h |
diff --git a/content/renderer/pepper/plugin_object.h b/content/renderer/pepper/plugin_object.h |
index 362979a8b1c7cc5d1edf91f32393d7bf21e417be..62ffd2ebfbdc6806af5978a1c89a6891e19b699f 100644 |
--- a/content/renderer/pepper/plugin_object.h |
+++ b/content/renderer/pepper/plugin_object.h |
@@ -35,7 +35,9 @@ class PluginObject { |
PepperPluginInstanceImpl* instance() const { return instance_; } |
const PPP_Class_Deprecated* ppp_class() { return ppp_class_; } |
- void* ppp_class_data() { return ppp_class_data_; }; |
+ void* ppp_class_data() { |
+ return ppp_class_data_; |
+ }; |
NPObject* GetNPObject() const; |