summaryrefslogtreecommitdiff
path: root/content/browser/download/file_metadata_linux.h
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-03-28 15:31:22 +0000
committerTorne (Richard Coles) <torne@google.com>2013-03-28 15:31:22 +0000
commit2a99a7e74a7f215066514fe81d2bfa6639d9eddd (patch)
tree7c2d04841fcd599fd83b0f0bb1100e1c89a35bae /content/browser/download/file_metadata_linux.h
parent61c449bbbb53310a8c041d8cefdd6b01a126cc7e (diff)
downloadchromium_org-2a99a7e74a7f215066514fe81d2bfa6639d9eddd.tar.gz
Merge from Chromium at DEPS revision r190564
This commit was generated by merge_to_master.py. Change-Id: Icadecbce29854b8fa25fd335b2c1949b5ca5d170
Diffstat (limited to 'content/browser/download/file_metadata_linux.h')
-rw-r--r--content/browser/download/file_metadata_linux.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/content/browser/download/file_metadata_linux.h b/content/browser/download/file_metadata_linux.h
index 5494add1f9..c4fc3045c4 100644
--- a/content/browser/download/file_metadata_linux.h
+++ b/content/browser/download/file_metadata_linux.h
@@ -7,9 +7,12 @@
#include "content/common/content_export.h"
-class FilePath;
class GURL;
+namespace base {
+class FilePath;
+}
+
namespace content {
// The source URL attribute is part of the XDG standard.
@@ -22,7 +25,7 @@ CONTENT_EXPORT extern const char kReferrerURLAttrName[];
// Adds origin metadata to the file.
// |source| should be the source URL for the download, and |referrer| should be
// the URL the user initiated the download from.
-CONTENT_EXPORT void AddOriginMetadataToFile(const FilePath& file,
+CONTENT_EXPORT void AddOriginMetadataToFile(const base::FilePath& file,
const GURL& source,
const GURL& referrer);