From 2d507dc02c5b70fe241ac353de7cd57635e28bc5 Mon Sep 17 00:00:00 2001 From: "sky@google.com" Date: Sun, 24 Aug 2008 17:17:55 +0000 Subject: Fixes bogus typedef for HistoryService's empty callback. This turned up as an UMR. I'm surprised this didn't produce a compiler error. BUG=1338601 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1291 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/history/history.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/history') diff --git a/chrome/browser/history/history.h b/chrome/browser/history/history.h index fe18d79..ec42335 100644 --- a/chrome/browser/history/history.h +++ b/chrome/browser/history/history.h @@ -496,7 +496,7 @@ class HistoryService : public CancelableRequestProvider, Handle ScheduleDBTask(HistoryDBTask* task, CancelableRequestConsumerBase* consumer); - typedef Callback1::Type EmptyHistoryCallback; + typedef Callback0::Type EmptyHistoryCallback; // Schedules a task that does nothing on the backend. This can be used to get // notification when then history backend is done processing requests. -- cgit v1.1