| Index: chrome/browser/history/android/sqlite_cursor.cc
|
| diff --git a/chrome/browser/history/android/sqlite_cursor.cc b/chrome/browser/history/android/sqlite_cursor.cc
|
| index 53e9ef5fa8a44b5aa27d3c7253c0ce0def6b5df0..9fd16ce0fbc33d8945b02f1e601dc1bc4513f4f8 100644
|
| --- a/chrome/browser/history/android/sqlite_cursor.cc
|
| +++ b/chrome/browser/history/android/sqlite_cursor.cc
|
| @@ -205,7 +205,7 @@ void SQLiteCursor::GetFaviconForIDInUIThread(
|
| const FaviconService::FaviconRawCallback& callback) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| if (!tracker_.get())
|
| - tracker_.reset(new CancelableTaskTracker());
|
| + tracker_.reset(new base::CancelableTaskTracker());
|
| favicon_service_->GetLargestRawFaviconForID(id, callback, tracker_.get());
|
| }
|
|
|
|
|