| Index: chrome/browser/google/google_url_tracker_infobar_delegate.cc
|
| ===================================================================
|
| --- chrome/browser/google/google_url_tracker_infobar_delegate.cc (revision 174909)
|
| +++ chrome/browser/google/google_url_tracker_infobar_delegate.cc (working copy)
|
| @@ -58,7 +58,7 @@
|
| }
|
|
|
| void GoogleURLTrackerInfoBarDelegate::Update(const GURL& search_url) {
|
| - StoreActiveEntryUniqueID(owner());
|
| + StoreActiveEntryUniqueID();
|
| search_url_ = search_url;
|
| pending_id_ = 0;
|
| }
|
|
|