| Index: chrome/browser/ui/webui/chromeos/imageburner/webui_handler.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/imageburner/webui_handler.h b/chrome/browser/ui/webui/chromeos/imageburner/webui_handler.h
|
| index 92e4f4a6ede60c0b42149ae3b85e6310c26590ec..f1c0b3e0948a2e612b984a83bb1a6dba7cc9e2dc 100644
|
| --- a/chrome/browser/ui/webui/chromeos/imageburner/webui_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/imageburner/webui_handler.h
|
| @@ -8,7 +8,6 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/bind.h"
|
| #include "base/file_path.h"
|
| #include "base/string16.h"
|
| #include "base/values.h"
|
| @@ -56,11 +55,7 @@ class WebUIHandlerTaskProxy
|
|
|
| // WebUIHandlerTaskProxy is created on the UI thread, so in some cases,
|
| // we need to post back to the UI thread for destruction.
|
| - void DeleteOnUIThread() {
|
| - BrowserThread::PostTask(
|
| - BrowserThread::UI, FROM_HERE,
|
| - base::Bind(&WebUIHandlerTaskProxy::DoNothing, this));
|
| - }
|
| + void DeleteOnUIThread();
|
|
|
| void DoNothing() {}
|
|
|
|
|