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

Unified Diff: content/browser/intents/web_intents_dispatcher_impl.cc

Issue 12213066: Use base namespace for FilePath in content/browser (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/browser/intents/web_intents_dispatcher_impl.cc
diff --git a/content/browser/intents/web_intents_dispatcher_impl.cc b/content/browser/intents/web_intents_dispatcher_impl.cc
index 0bc1261e4bcccea1a2320db9828a7f3af45d4960..a649673f04789a3c33b783548ee408c99c6afc18 100644
--- a/content/browser/intents/web_intents_dispatcher_impl.cc
+++ b/content/browser/intents/web_intents_dispatcher_impl.cc
@@ -28,7 +28,7 @@ WebIntentsDispatcherImpl::WebIntentsDispatcherImpl(
intent_injector_(NULL) {
// Ensure that WebIntentData sent from a renderer process
// carries the right payload type and no extraneous data.
- intent_.blob_file = FilePath();
+ intent_.blob_file = base::FilePath();
intent_.blob_length = 0;
intent_.root_name = "";
intent_.filesystem_id = "";
« no previous file with comments | « content/browser/intents/intent_injector.cc ('k') | content/browser/loader/redirect_to_file_resource_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698