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

Unified Diff: content/renderer/pepper/pepper_hung_plugin_filter.h

Issue 12286020: Replace FilePath with base::FilePath. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
Index: content/renderer/pepper/pepper_hung_plugin_filter.h
diff --git a/content/renderer/pepper/pepper_hung_plugin_filter.h b/content/renderer/pepper/pepper_hung_plugin_filter.h
index 35fc45e9558e3f1a4c354e28b693acb25e9d7c56..20b8ae58389c3ebb79d975e7b00aec4e0fcf224a 100644
--- a/content/renderer/pepper/pepper_hung_plugin_filter.h
+++ b/content/renderer/pepper/pepper_hung_plugin_filter.h
@@ -34,7 +34,7 @@ class PepperHungPluginFilter
// send messages to the browser via that view's route. The |plugin_child_id|
// is the ID in the browser process of the pepper plugin process host. We use
// this to identify the proper plugin process to terminate.
- PepperHungPluginFilter(const FilePath& plugin_path,
+ PepperHungPluginFilter(const base::FilePath& plugin_path,
int view_routing_id,
int plugin_child_id);
@@ -74,7 +74,7 @@ class PepperHungPluginFilter
base::Lock lock_;
- FilePath plugin_path_;
+ base::FilePath plugin_path_;
int view_routing_id_;
int plugin_child_id_;
« no previous file with comments | « content/renderer/pepper/pepper_file_io_host.cc ('k') | content/renderer/pepper/pepper_hung_plugin_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698