Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / renderer / pepper / pepper_pdf_host.h
index 93b5c39..6e1d5a6 100644 (file)
@@ -63,12 +63,10 @@ class PepperPDFHost : public ppapi::host::ResourceHost {
   int32_t OnHostMsgGetResourceImage(ppapi::host::HostMessageContext* context,
                                     PP_ResourceImage image_id,
                                     float scale);
-  int32_t OnHostMsgSetSelectedText(
-      ppapi::host::HostMessageContext* context,
-      const base::string16& selected_text);
-  int32_t OnHostMsgSetLinkUnderCursor(
-      ppapi::host::HostMessageContext* context,
-      const std::string& url);
+  int32_t OnHostMsgSetSelectedText(ppapi::host::HostMessageContext* context,
+                                   const base::string16& selected_text);
+  int32_t OnHostMsgSetLinkUnderCursor(ppapi::host::HostMessageContext* context,
+                                      const std::string& url);
 
   bool CreateImageData(PP_Instance instance,
                        PP_ImageDataFormat format,