| Index: chrome/browser/ui/webui/history_ui.cc
|
| diff --git a/chrome/browser/ui/webui/history_ui.cc b/chrome/browser/ui/webui/history_ui.cc
|
| index 7121c12cf80b58acfcebb3ea6719a81f4d79f928..7b9af4133226773293f44838b320bce1ca6f045a 100644
|
| --- a/chrome/browser/ui/webui/history_ui.cc
|
| +++ b/chrome/browser/ui/webui/history_ui.cc
|
| @@ -661,7 +661,7 @@ void BrowsingHistoryHandler::HandleRemoveBookmark(const base::ListValue* args) {
|
| base::string16 url = ExtractStringValue(args);
|
| Profile* profile = Profile::FromWebUI(web_ui());
|
| BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile);
|
| - bookmark_utils::RemoveAllBookmarks(model, GURL(url));
|
| + bookmarks::RemoveAllBookmarks(model, GURL(url));
|
| }
|
|
|
| // static
|
|
|