summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/text_database_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/text_database_unittest.cc')
-rw-r--r--chrome/browser/history/text_database_unittest.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/history/text_database_unittest.cc b/chrome/browser/history/text_database_unittest.cc
index 9da2b7c..32c05de 100644
--- a/chrome/browser/history/text_database_unittest.cc
+++ b/chrome/browser/history/text_database_unittest.cc
@@ -124,13 +124,13 @@ class TextDatabaseTest : public PlatformTest {
}
// Directory containing the databases.
- std::wstring temp_path_;
+ FilePath temp_path_;
// Name of the main database file.
- std::wstring file_name_;
+ FilePath file_name_;
sqlite3* db_;
- std::vector<std::wstring> opened_files_;
+ std::vector<FilePath> opened_files_;
};
TEST_F(TextDatabaseTest, AttachDetach) {