commit | 79f6388902881a0aab426e9606c544b68ab3b9bc | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sun Feb 10 05:15:45 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sun Feb 10 05:15:45 2013 |
tree | df8da7e82fded47bccf4fe32922a8451a475bf97 | |
parent | 6d4b67a4b50d73d5001aec99014ac40bc504871a [diff] [blame] |
Replace FilePath with base::FilePath in some more top level directories. Review URL: https://codereview.chromium.org/12217101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181640 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/printing/pdf_metafile_cg_mac.cc b/printing/pdf_metafile_cg_mac.cc index d484ec9..6090809e 100644 --- a/printing/pdf_metafile_cg_mac.cc +++ b/printing/pdf_metafile_cg_mac.cc
@@ -286,7 +286,7 @@ return true; } -bool PdfMetafileCg::SaveTo(const FilePath& file_path) const { +bool PdfMetafileCg::SaveTo(const base::FilePath& file_path) const { DCHECK(pdf_data_.get()); DCHECK(!context_.get());