| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This updates headers that forward-declare it and a few random places to use the namespace explicitly. There us a using declaration in file_path.h that makes the rest compile, which we can do in future passes.
Review URL: https://codereview.chromium.org/12163003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180245 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some cleanup of the file_metadata files (especially for Mac OS).
I moved them under content/browser/download and changed the
namespace to "content" to match the Linux implementation and the
style guide.
I also included a small change to the Linux-related unittests.
Review URL: https://chromiumcodereview.appspot.com/10821069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148910 0039d316-1c4b-4281-b951-d872f2087c98
|
|
the source URL and referrer URL are stored as extended file attributes.
Also see http://www.freedesktop.org/wiki/CommonExtendedAttributes
BUG=45903
TEST=content_unittests/file_metadata_unittest_linux.cc/FileMetadataLinuxTest
Review URL: https://chromiumcodereview.appspot.com/10784007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148729 0039d316-1c4b-4281-b951-d872f2087c98
|