Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(980)

Unified Diff: content/public/browser/pepper_flash_settings_helper.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/browser/gpu_data_manager.h ('k') | content/public/browser/plugin_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/pepper_flash_settings_helper.h
diff --git a/content/public/browser/pepper_flash_settings_helper.h b/content/public/browser/pepper_flash_settings_helper.h
index 7fb4cc41fd79c7cf4222d895d74afa0598eb4ce6..72f069d8ab450ee9025def7beadaf03101016952 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:
« no previous file with comments | « content/public/browser/gpu_data_manager.h ('k') | content/public/browser/plugin_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698