| Index: content/public/browser/browser_ppapi_host.h
|
| diff --git a/content/public/browser/browser_ppapi_host.h b/content/public/browser/browser_ppapi_host.h
|
| index ac62a07b749be83a7dd4f0595cc1bce7074dcb0f..d23908e01c803242692ccd108bc1fadaa725f41c 100644
|
| --- a/content/public/browser/browser_ppapi_host.h
|
| +++ b/content/public/browser/browser_ppapi_host.h
|
| @@ -77,7 +77,7 @@ class CONTENT_EXPORT BrowserPpapiHost {
|
| virtual const std::string& GetPluginName() = 0;
|
|
|
| // Returns the user's profile data directory.
|
| - virtual const FilePath& GetProfileDataDirectory() = 0;
|
| + virtual const base::FilePath& GetProfileDataDirectory() = 0;
|
|
|
| // Get the Document/Plugin URLs for the given PP_Instance.
|
| virtual GURL GetDocumentURLForInstance(PP_Instance instance) = 0;
|
|
|