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

Unified Diff: content/browser/download/file_metadata_unittest_linux.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
Index: content/browser/download/file_metadata_unittest_linux.cc
diff --git a/content/browser/download/file_metadata_unittest_linux.cc b/content/browser/download/file_metadata_unittest_linux.cc
index 4759dfa652ab0d532af09845d9b257905a7a4504..5a58e1ac69df2da1aa6d2a1ac69eac64a935169b 100644
--- a/content/browser/download/file_metadata_unittest_linux.cc
+++ b/content/browser/download/file_metadata_unittest_linux.cc
@@ -32,7 +32,7 @@ class FileMetadataLinuxTest : public testing::Test {
: source_url_("http://www.source.com"),
referrer_url_("http://www.referrer.com") {}
- const FilePath& test_file() const {
+ const base::FilePath& test_file() const {
return test_file_;
}
@@ -105,7 +105,7 @@ class FileMetadataLinuxTest : public testing::Test {
private:
base::ScopedTempDir temp_dir_;
- FilePath test_file_;
+ base::FilePath test_file_;
GURL source_url_;
GURL referrer_url_;
bool is_xattr_supported_;
« no previous file with comments | « content/browser/download/file_metadata_mac.mm ('k') | content/browser/download/mhtml_generation_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698