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

Unified Diff: content/browser/download/drag_download_file.h

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/download/drag_download_file.h
diff --git a/content/browser/download/drag_download_file.h b/content/browser/download/drag_download_file.h
index 35c41c8bdfbc9a529daa060b914c75813ec8ac0d..32c8afe799390d0c3af1dcacecd5ffee403e039b 100644
--- a/content/browser/download/drag_download_file.h
+++ b/content/browser/download/drag_download_file.h
@@ -40,7 +40,7 @@ class CONTENT_EXPORT DragDownloadFile : public ui::DownloadFileProvider {
// download into a file stream that has already been created, so only the UI
// thread is involved. |file_stream| must be null on windows but non-null on
// posix systems. |file_path| is an absolute path on all systems.
- DragDownloadFile(const FilePath& file_path,
+ DragDownloadFile(const base::FilePath& file_path,
scoped_ptr<net::FileStream> file_stream,
const GURL& url,
const Referrer& referrer,
@@ -61,7 +61,7 @@ class CONTENT_EXPORT DragDownloadFile : public ui::DownloadFileProvider {
void DownloadCompleted(bool is_successful);
void CheckThread();
- FilePath file_path_;
+ base::FilePath file_path_;
scoped_ptr<net::FileStream> file_stream_;
MessageLoop* drag_message_loop_;
State state_;
« no previous file with comments | « content/browser/download/download_net_log_parameters.cc ('k') | content/browser/download/drag_download_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698