| Index: ppapi/shared_impl/file_path.h
|
| ===================================================================
|
| --- ppapi/shared_impl/file_path.h (revision 171259)
|
| +++ ppapi/shared_impl/file_path.h (working copy)
|
| @@ -5,6 +5,8 @@
|
| #ifndef PPAPI_SHARED_IMPL_FILE_PATH_H_
|
| #define PPAPI_SHARED_IMPL_FILE_PATH_H_
|
|
|
| +#include <string>
|
| +
|
| #include "base/file_path.h"
|
| #include "ppapi/shared_impl/ppapi_shared_export.h"
|
|
|
| @@ -28,6 +30,10 @@
|
| PepperFilePath();
|
| PepperFilePath(Domain d, const FilePath& p);
|
|
|
| + static PepperFilePath MakeAbsolute(const FilePath& path);
|
| + static PepperFilePath MakeModuleLocal(const std::string& name,
|
| + const char* utf8_path);
|
| +
|
| Domain domain() const { return domain_; }
|
| const FilePath& path() const { return path_; }
|
|
|
|
|
| Property changes on: ppapi/shared_impl/file_path.h
|
| ___________________________________________________________________
|
| Deleted: svn:mergeinfo
|
|
|
|
|
|
|