Index: content/browser/in_process_webkit/indexed_db_unittest.cc |
diff --git a/content/browser/in_process_webkit/indexed_db_unittest.cc b/content/browser/in_process_webkit/indexed_db_unittest.cc |
index a15c4b2ac4d35f1abcc030587f6ede38c2b8adc9..bb71bcc128193b80c765eda3db3d50a0c31d875b 100644 |
--- a/content/browser/in_process_webkit/indexed_db_unittest.cc |
+++ b/content/browser/in_process_webkit/indexed_db_unittest.cc |
@@ -42,8 +42,8 @@ TEST_F(IndexedDBTest, ClearSessionOnlyDatabases) { |
base::ScopedTempDir temp_dir; |
ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); |
- FilePath normal_path; |
- FilePath session_only_path; |
+ base::FilePath normal_path; |
+ base::FilePath session_only_path; |
// Create the scope which will ensure we run the destructor of the webkit |
// context which should trigger the clean up. |
@@ -86,8 +86,8 @@ TEST_F(IndexedDBTest, SetForceKeepSessionState) { |
base::ScopedTempDir temp_dir; |
ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); |
- FilePath normal_path; |
- FilePath session_only_path; |
+ base::FilePath normal_path; |
+ base::FilePath session_only_path; |
// Create the scope which will ensure we run the destructor of the webkit |
// context. |
@@ -159,7 +159,7 @@ TEST_F(IndexedDBTest, ForceCloseOpenDatabasesOnDelete) { |
base::ScopedTempDir temp_dir; |
ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); |
- FilePath test_path; |
+ base::FilePath test_path; |
// Create the scope which will ensure we run the destructor of the webkit |
// context. |