| Index: chrome/browser/visitedlink/visitedlink_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/visitedlink/visitedlink_unittest.cc (revision 94334)
|
| +++ chrome/browser/visitedlink/visitedlink_unittest.cc (working copy)
|
| @@ -524,8 +524,7 @@
|
|
|
| virtual bool Send(IPC::Message* msg) {
|
| VisitCountingProfile* counting_profile =
|
| - static_cast<VisitCountingProfile*>(
|
| - Profile::FromBrowserContext(browser_context()));
|
| + static_cast<VisitCountingProfile*>(profile());
|
|
|
| if (msg->type() == ViewMsg_VisitedLink_Add::ID) {
|
| void* iter = NULL;
|
|
|