| Index: components/dom_distiller/core/task_tracker.h
|
| diff --git a/components/dom_distiller/core/task_tracker.h b/components/dom_distiller/core/task_tracker.h
|
| index c4098fe8a537e4c580928286153b8c4784629f4f..3c9effb35f2547374c9cb0ef89bc38e15e88fafd 100644
|
| --- a/components/dom_distiller/core/task_tracker.h
|
| +++ b/components/dom_distiller/core/task_tracker.h
|
| @@ -24,9 +24,8 @@ class DistilledArticleProto;
|
| // A handle to a request to view a DOM distiller entry or URL. The request will
|
| // be cancelled when the handle is destroyed.
|
| class ViewerHandle {
|
| - typedef base::Callback<void()> CancelCallback;
|
| -
|
| public:
|
| + typedef base::Callback<void()> CancelCallback;
|
| explicit ViewerHandle(CancelCallback callback);
|
| ~ViewerHandle();
|
|
|
|
|