summaryrefslogtreecommitdiffstats
path: root/content/public/browser/pepper_flash_settings_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/pepper_flash_settings_helper.h')
-rw-r--r--content/public/browser/pepper_flash_settings_helper.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/public/browser/pepper_flash_settings_helper.h b/content/public/browser/pepper_flash_settings_helper.h
index 7fb4cc4..72f069d 100644
--- a/content/public/browser/pepper_flash_settings_helper.h
+++ b/content/public/browser/pepper_flash_settings_helper.h
@@ -9,7 +9,9 @@
#include "base/memory/ref_counted.h"
#include "content/common/content_export.h"
+namespace base {
class FilePath;
+}
namespace IPC {
struct ChannelHandle;
@@ -29,7 +31,7 @@ class CONTENT_EXPORT PepperFlashSettingsHelper
typedef base::Callback<void(bool /* success */,
const IPC::ChannelHandle& /* channel_handle */)>
OpenChannelCallback;
- virtual void OpenChannelToBroker(const FilePath& path,
+ virtual void OpenChannelToBroker(const base::FilePath& path,
const OpenChannelCallback& callback) = 0;
protected: