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

Unified Diff: webkit/glue/web_intent_reply_data.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/glue/web_intent_data.cc ('k') | webkit/glue/web_intent_reply_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/web_intent_reply_data.h
diff --git a/webkit/glue/web_intent_reply_data.h b/webkit/glue/web_intent_reply_data.h
index f3bd1720ddf2fa69f29404d1d8709e2ece70716b..038c022b78dd15e0a45134fb3fe2cdbc2d4d513b 100644
--- a/webkit/glue/web_intent_reply_data.h
+++ b/webkit/glue/web_intent_reply_data.h
@@ -35,7 +35,7 @@ struct WEBKIT_GLUE_EXPORT WebIntentReply {
WebIntentReply(WebIntentReplyType type, string16 data);
WebIntentReply(
WebIntentReplyType type,
- FilePath data_file,
+ base::FilePath data_file,
int64 data_file_size);
bool operator==(const WebIntentReply& other) const;
@@ -47,7 +47,7 @@ struct WEBKIT_GLUE_EXPORT WebIntentReply {
string16 data;
// FilePath to the data to be delivered. Default value is empty.
- FilePath data_file;
+ base::FilePath data_file;
// Length of data_path.
int64 data_file_size;
« no previous file with comments | « webkit/glue/web_intent_data.cc ('k') | webkit/glue/web_intent_reply_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698