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

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

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.cc
diff --git a/content/renderer/pepper/pepper_hung_plugin_filter.cc b/content/renderer/pepper/pepper_hung_plugin_filter.cc
index 7d0574dd3ee8121ff8c48ded630e3d1ec4badd2e..26632af5db6781c8a4d75913181f733d0a1a58b3 100644
--- a/content/renderer/pepper/pepper_hung_plugin_filter.cc
+++ b/content/renderer/pepper/pepper_hung_plugin_filter.cc
@@ -23,9 +23,10 @@ const int kBlockedHardThresholdSec = kHungThresholdSec * 1.5;
} // namespace
-PepperHungPluginFilter::PepperHungPluginFilter(const FilePath& plugin_path,
- int view_routing_id,
- int plugin_child_id)
+PepperHungPluginFilter::PepperHungPluginFilter(
+ const base::FilePath& plugin_path,
+ int view_routing_id,
+ int plugin_child_id)
: plugin_path_(plugin_path),
view_routing_id_(view_routing_id),
plugin_child_id_(plugin_child_id),
« no previous file with comments | « content/renderer/pepper/pepper_hung_plugin_filter.h ('k') | content/renderer/pepper/pepper_plugin_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698