| Index: ppapi/proxy/ppapi_param_traits.cc
|
| diff --git a/ppapi/proxy/ppapi_param_traits.cc b/ppapi/proxy/ppapi_param_traits.cc
|
| index ea792e6d30dfb77f8ac46ceaba46f8469febe575..e457503e6a0409eccff966378262805a4b579afe 100644
|
| --- a/ppapi/proxy/ppapi_param_traits.cc
|
| +++ b/ppapi/proxy/ppapi_param_traits.cc
|
| @@ -575,7 +575,7 @@ bool ParamTraits<ppapi::PepperFilePath>::Read(const Message* m,
|
| PickleIterator* iter,
|
| param_type* p) {
|
| unsigned domain;
|
| - FilePath path;
|
| + base::FilePath path;
|
| if (!ReadParam(m, iter, &domain) || !ReadParam(m, iter, &path))
|
| return false;
|
| if (domain > ppapi::PepperFilePath::DOMAIN_MAX_VALID)
|
|
|