| 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 cab867f2ef0546fd742ee85cb78e9d9f7507d3d5..6fa2cac6a1ccc618f3633b809674a2154b17d928 100644
|
| --- a/components/offline_pages/background/request_coordinator.h
|
| +++ b/components/offline_pages/background/request_coordinator.h
|
| @@ -59,7 +59,7 @@ class RequestCoordinator : public KeyedService {
|
| void StopProcessing();
|
|
|
| // TODO(dougarnett): Move to OfflinerPolicy in some form.
|
| - Scheduler::TriggerConditions const& GetTriggerConditionsForUserRequest();
|
| + const Scheduler::TriggerConditions& GetTriggerConditionsForUserRequest();
|
|
|
| // A way for tests to set the callback in use when an operation is over.
|
| void SetProcessingCallbackForTest(const base::Callback<void(bool)> callback) {
|
|
|