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

Unified Diff: webkit/blob/shareable_file_reference_unittest.cc

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « webkit/blob/shareable_file_reference.cc ('k') | webkit/chromeos/fileapi/cros_mount_point_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/blob/shareable_file_reference_unittest.cc
diff --git a/webkit/blob/shareable_file_reference_unittest.cc b/webkit/blob/shareable_file_reference_unittest.cc
index d75a1bed8bbefc9c1e03455ec404e7f9b2bfea14..15b6eb126555689250ff9766b28c5ec61dd3f815 100644
--- a/webkit/blob/shareable_file_reference_unittest.cc
+++ b/webkit/blob/shareable_file_reference_unittest.cc
@@ -20,7 +20,7 @@ TEST(ShareableFileReferenceTest, TestReferences) {
ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
// Create a file.
- FilePath file;
+ base::FilePath file;
file_util::CreateTemporaryFileInDir(temp_dir.path(), &file);
EXPECT_TRUE(file_util::PathExists(file));
« no previous file with comments | « webkit/blob/shareable_file_reference.cc ('k') | webkit/chromeos/fileapi/cros_mount_point_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698