| Index: components/offline_pages/background/request_coordinator.h
|
| diff --git a/components/offline_pages/background/request_coordinator.h b/components/offline_pages/background/request_coordinator.h
|
| index 3ddd2d9dc2d19cb2178db259702e7e7d457733a1..47991061dba95200a826cfac6abb9289ce0d0736 100644
|
| --- a/components/offline_pages/background/request_coordinator.h
|
| +++ b/components/offline_pages/background/request_coordinator.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef COMPONENTS_OFFLINE_PAGES_BACKGROUND_REQUEST_COORDINATOR_H_
|
| #define COMPONENTS_OFFLINE_PAGES_BACKGROUND_REQUEST_COORDINATOR_H_
|
|
|
| +#include "base/callback.h"
|
| +
|
| namespace offline_pages {
|
|
|
| // Coordinates queueing and processing save page later requests.
|
| @@ -20,7 +22,7 @@ class RequestCoordinator {
|
| // TODO(dougarnett): How to inject Offliner factories and policy objects.
|
| RequestCoordinator();
|
|
|
| - ~RequestCoordinator() {}
|
| + ~RequestCoordinator();
|
|
|
| // Queues |request| to later load and save when system conditions allow.
|
| bool SavePageLater(const SavePageRequest& request);
|
|
|