From 4bcac78e6c353cd9823f559dc8c6181e824e88ce Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Tue, 10 Feb 2009 02:48:27 +0000 Subject: Revert basically everything I've done today as it fails mysteriously and I lack the patience to diagnose why mac doesn't link in libjpeg. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9447 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/bookmarks/bookmark_storage.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'chrome/browser/bookmarks/bookmark_storage.h') diff --git a/chrome/browser/bookmarks/bookmark_storage.h b/chrome/browser/bookmarks/bookmark_storage.h index 59b91a8..f63aa81 100644 --- a/chrome/browser/bookmarks/bookmark_storage.h +++ b/chrome/browser/bookmarks/bookmark_storage.h @@ -10,7 +10,6 @@ class BookmarkModel; class BookmarkStorageBackend; -class FilePath; class Profile; class MessageLoop; class Value; @@ -76,8 +75,8 @@ class BookmarkStorage : public base::RefCountedThreadSafe { class BookmarkStorageBackend : public base::RefCountedThreadSafe { public: - explicit BookmarkStorageBackend(const FilePath& path, - const FilePath& tmp_history_path); + explicit BookmarkStorageBackend(const std::wstring& path, + const std::wstring& tmp_histor_path); // Writes the specified value to disk. This takes ownership of |value| and // deletes it when done. -- cgit v1.1