Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / browser / renderer_host / pepper / pepper_external_file_ref_backend.h
index 31dc45a..4d2980a 100644 (file)
@@ -37,8 +37,8 @@ class PepperExternalFileRefBackend : public PepperFileRefBackend {
   virtual int32_t Rename(ppapi::host::ReplyMessageContext context,
                          PepperFileRefHost* new_file_ref) OVERRIDE;
   virtual int32_t Query(ppapi::host::ReplyMessageContext context) OVERRIDE;
-  virtual int32_t ReadDirectoryEntries(
-      ppapi::host::ReplyMessageContext context) OVERRIDE;
+  virtual int32_t ReadDirectoryEntries(ppapi::host::ReplyMessageContext context)
+      OVERRIDE;
   virtual int32_t GetAbsolutePath(ppapi::host::ReplyMessageContext context)
       OVERRIDE;
   virtual fileapi::FileSystemURL GetFileSystemURL() const OVERRIDE;
@@ -56,10 +56,9 @@ class PepperExternalFileRefBackend : public PepperFileRefBackend {
                  base::File::Error error);
 
   // Operation specific callbacks.
-  void GetMetadataComplete(
-    ppapi::host::ReplyMessageContext reply_context,
-    base::File::Error error,
-    const base::File::Info& file_info);
+  void GetMetadataComplete(ppapi::host::ReplyMessageContext reply_context,
+                           base::File::Error error,
+                           const base::File::Info& file_info);
 
   ppapi::host::PpapiHost* host_;
   base::FilePath path_;