Index: content/public/browser/plugin_service_filter.h |
diff --git a/content/public/browser/plugin_service_filter.h b/content/public/browser/plugin_service_filter.h |
index f0b8bbc875736a13047ce51c65d14bd1db2d3e2b..e151ef9f3f3975be08801395897d6e05d1d960d3 100644 |
--- a/content/public/browser/plugin_service_filter.h |
+++ b/content/public/browser/plugin_service_filter.h |
@@ -31,7 +31,7 @@ class PluginServiceFilter { |
// Whether the renderer has permission to load available |plugin|. |
virtual bool CanLoadPlugin(int render_process_id, |
- const FilePath& path) = 0; |
+ const base::FilePath& path) = 0; |
}; |
} // namespace content |