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

Unified Diff: webkit/plugins/webplugininfo.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 | « webkit/plugins/ppapi/url_request_info_util.cc ('k') | webkit/plugins/webplugininfo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/webplugininfo.h
diff --git a/webkit/plugins/webplugininfo.h b/webkit/plugins/webplugininfo.h
index cc09f7804915cddb667b439766bd8c90e6907fb7..514a04637205048fb5d95771506c74d8813ed98e 100644
--- a/webkit/plugins/webplugininfo.h
+++ b/webkit/plugins/webplugininfo.h
@@ -53,7 +53,7 @@ struct WEBKIT_PLUGINS_EXPORT WebPluginInfo {
// Special constructor only used during unit testing:
WebPluginInfo(const string16& fake_name,
- const FilePath& fake_path,
+ const base::FilePath& fake_path,
const string16& fake_version,
const string16& fake_desc);
@@ -61,7 +61,7 @@ struct WEBKIT_PLUGINS_EXPORT WebPluginInfo {
string16 name;
// The path to the plugin file (DLL/bundle/library).
- FilePath path;
+ base::FilePath path;
// The version number of the plugin file (may be OS-specific)
string16 version;
« no previous file with comments | « webkit/plugins/ppapi/url_request_info_util.cc ('k') | webkit/plugins/webplugininfo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698