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

Unified Diff: content/browser/download/download_item_factory.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
Index: content/browser/download/download_item_factory.h
diff --git a/content/browser/download/download_item_factory.h b/content/browser/download/download_item_factory.h
index 5922e6ebb3f885fab9522f5d5667b6f29c5642e1..8104b069e5f650cb6c5d6147ab98ed009cd14493 100644
--- a/content/browser/download/download_item_factory.h
+++ b/content/browser/download/download_item_factory.h
@@ -15,9 +15,12 @@
#include "content/public/browser/download_id.h"
#include "content/public/browser/download_item.h"
-class FilePath;
class GURL;
+namespace base {
+class FilePath;
+}
+
namespace net {
class BoundNetLog;
}
@@ -37,7 +40,7 @@ public:
virtual DownloadItemImpl* CreatePersistedItem(
DownloadItemImplDelegate* delegate,
DownloadId download_id,
- const FilePath& path,
+ const base::FilePath& path,
const GURL& url,
const GURL& referrer_url,
const base::Time& start_time,
@@ -55,7 +58,7 @@ public:
virtual DownloadItemImpl* CreateSavePageItem(
DownloadItemImplDelegate* delegate,
- const FilePath& path,
+ const base::FilePath& path,
const GURL& url,
DownloadId download_id,
const std::string& mime_type,
« no previous file with comments | « content/browser/dom_storage/dom_storage_context_impl.h ('k') | content/browser/download/download_net_log_parameters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698