summaryrefslogtreecommitdiffstats
path: root/content/public/browser/web_contents_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/web_contents_delegate.cc')
-rw-r--r--content/public/browser/web_contents_delegate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
index d236634..7a4409d 100644
--- a/content/public/browser/web_contents_delegate.cc
+++ b/content/public/browser/web_contents_delegate.cc
@@ -142,7 +142,7 @@ content::ColorChooser* WebContentsDelegate::OpenColorChooser(
bool WebContentsDelegate::RequestPpapiBrokerPermission(
WebContents* web_contents,
const GURL& url,
- const FilePath& plugin_path,
+ const base::FilePath& plugin_path,
const base::Callback<void(bool)>& callback) {
return false;
}