summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/starred_url_database.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/starred_url_database.cc')
-rw-r--r--chrome/browser/history/starred_url_database.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/history/starred_url_database.cc b/chrome/browser/history/starred_url_database.cc
index ecaa72c..a2b1321c 100644
--- a/chrome/browser/history/starred_url_database.cc
+++ b/chrome/browser/history/starred_url_database.cc
@@ -91,7 +91,7 @@ StarredURLDatabase::StarredURLDatabase() {
StarredURLDatabase::~StarredURLDatabase() {
}
-bool StarredURLDatabase::MigrateBookmarksToFile(const std::wstring& path) {
+bool StarredURLDatabase::MigrateBookmarksToFile(const FilePath& path) {
if (!DoesSqliteTableExist(GetDB(), "starred"))
return true;
@@ -537,7 +537,7 @@ bool StarredURLDatabase::Move(StarredNode* source, StarredNode* new_parent) {
return true;
}
-bool StarredURLDatabase::MigrateBookmarksToFileImpl(const std::wstring& path) {
+bool StarredURLDatabase::MigrateBookmarksToFileImpl(const FilePath& path) {
std::vector<history::StarredEntry> entries;
if (!GetAllStarredEntries(&entries))
return false;