| Index: chrome/browser/history/expire_history_backend_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/history/expire_history_backend_unittest.cc (revision 1988)
|
| +++ chrome/browser/history/expire_history_backend_unittest.cc (working copy)
|
| @@ -7,7 +7,7 @@
|
| #include "base/file_util.h"
|
| #include "base/path_service.h"
|
| #include "base/scoped_ptr.h"
|
| -#include "chrome/browser/bookmarks/bookmark_bar_model.h"
|
| +#include "chrome/browser/bookmarks/bookmark_model.h"
|
| #include "chrome/browser/history/archived_database.h"
|
| #include "chrome/browser/history/expire_history_backend.h"
|
| #include "chrome/browser/history/history_database.h"
|
| @@ -65,7 +65,7 @@
|
|
|
| static bool IsStringInFile(std::wstring& filename, const char* str);
|
|
|
| - BookmarkBarModel bookmark_model_;
|
| + BookmarkModel bookmark_model_;
|
|
|
| MessageLoop message_loop_;
|
|
|
|
|