| Index: webkit/plugins/ppapi/ppb_file_ref_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_file_ref_impl.h b/webkit/plugins/ppapi/ppb_file_ref_impl.h
|
| index b1b4d951bf669e2c52fcf95ca6ce0b730170f7b2..fa3bfbd3e9bc1eda888870eb75b39bb0689b7c81 100644
|
| --- a/webkit/plugins/ppapi/ppb_file_ref_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_file_ref_impl.h
|
| @@ -54,9 +54,10 @@ class PPB_FileRef_Impl : public Resource,
|
| PP_CompletionCallback callback) OVERRIDE;
|
|
|
| PPB_FileSystem_Impl* file_system() const { return file_system_.get(); }
|
| - const std::string& virtual_path() const { return virtual_path_; }
|
|
|
| // Returns the virtual path (i.e., the path that the pepper plugin sees)
|
| + const std::string& virtual_path() const { return virtual_path_; }
|
| +
|
| // Returns the system path corresponding to this file.
|
| FilePath GetSystemPath() const;
|
|
|
|
|