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

Unified Diff: content/browser/download/save_types.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
« no previous file with comments | « content/browser/download/save_types.h ('k') | content/browser/fileapi/blob_layout_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/save_types.cc
diff --git a/content/browser/download/save_types.cc b/content/browser/download/save_types.cc
index 59f9f3588f0cda94466f8c9e7240aac6f1e55af2..b72c01b6f8bec7ab43e4e767713536f0a1a59b31 100644
--- a/content/browser/download/save_types.cc
+++ b/content/browser/download/save_types.cc
@@ -6,7 +6,7 @@
namespace content {
-SaveFileCreateInfo::SaveFileCreateInfo(const FilePath& path,
+SaveFileCreateInfo::SaveFileCreateInfo(const base::FilePath& path,
const GURL& url,
SaveFileSource save_source,
int32 save_id)
« no previous file with comments | « content/browser/download/save_types.h ('k') | content/browser/fileapi/blob_layout_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698