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

Unified Diff: webkit/glue/web_intent_reply_data.cc

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_reply_data.h ('k') | webkit/glue/web_intent_reply_data_unittest.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.cc
diff --git a/webkit/glue/web_intent_reply_data.cc b/webkit/glue/web_intent_reply_data.cc
index 8a19fefadcc90f219485f798ce4d003b2916529d..1b30891c006e7032d6fd18acd4bef744a900c7d7 100644
--- a/webkit/glue/web_intent_reply_data.cc
+++ b/webkit/glue/web_intent_reply_data.cc
@@ -22,7 +22,7 @@ WebIntentReply::WebIntentReply(
WebIntentReply::WebIntentReply(
WebIntentReplyType response_type,
- FilePath response_data_file,
+ base::FilePath response_data_file,
int64 response_data_file_length)
: type(response_type),
data_file(response_data_file),
« no previous file with comments | « webkit/glue/web_intent_reply_data.h ('k') | webkit/glue/web_intent_reply_data_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698