diff options
author | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-10 18:36:51 +0000 |
---|---|---|
committer | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-10 18:36:51 +0000 |
commit | 1cb1a240b45493ae160fc8d822e332a5ce07d2e1 (patch) | |
tree | dfce2084e834a081d2fce94625f541cda9a6bb52 /chrome/browser/history/history.h | |
parent | 2da894c9f540654f4a169b1963974aadd187f260 (diff) | |
download | chromium_src-1cb1a240b45493ae160fc8d822e332a5ce07d2e1.zip chromium_src-1cb1a240b45493ae160fc8d822e332a5ce07d2e1.tar.gz chromium_src-1cb1a240b45493ae160fc8d822e332a5ce07d2e1.tar.bz2 |
Eliminated the last few uses of MessageLoop::QuitTask in chrome/
BUG=none
TEST=trybots
Review URL: http://codereview.chromium.org/8892023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113957 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history/history.h')
-rw-r--r-- | chrome/browser/history/history.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/history.h b/chrome/browser/history/history.h index 5d68b60..dcb3064 100644 --- a/chrome/browser/history/history.h +++ b/chrome/browser/history/history.h @@ -529,7 +529,7 @@ class HistoryService : public CancelableRequestProvider, // There can be only one closing task, so this will override any previously // set task. We will take ownership of the pointer and delete it when done. // The task will be run on the calling thread (this function is threadsafe). - void SetOnBackendDestroyTask(Task* task); + void SetOnBackendDestroyTask(const base::Closure& task); // Used for unit testing and potentially importing to get known information // into the database. This assumes the URL doesn't exist in the database |