| Index: content/public/browser/web_contents_delegate.cc
|
| diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
|
| index d236634e4cdef6ac47c50e7ab016f7bca9df3155..7a4409d1e15d8db5a95b0912da3523f3ed38cfbb 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;
|
| }
|
|
|