| Index: chrome/browser/bookmarks/bookmark_index_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/bookmarks/bookmark_index_unittest.cc (revision 28361)
|
| +++ chrome/browser/bookmarks/bookmark_index_unittest.cc (working copy)
|
| @@ -224,7 +224,7 @@
|
| HistoryService* const history_service =
|
| profile.GetHistoryService(Profile::EXPLICIT_ACCESS);
|
|
|
| - history::URLDatabase* url_db = history_service->in_memory_database();
|
| + history::URLDatabase* url_db = history_service->InMemoryDatabase();
|
|
|
| struct TestData {
|
| const GURL url;
|
|
|