Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1654)

Unified Diff: components/offline_pages/background/request_coordinator.cc

Issue 2099563003: fix const reference declaration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/offline_pages/background/request_coordinator.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/background/request_coordinator.cc
diff --git a/components/offline_pages/background/request_coordinator.cc b/components/offline_pages/background/request_coordinator.cc
index 01cb8bbb8bd72dc7705d0cfbd1d77698bc867cbc..a511e19e5fb580cbaa1f6de5ef8957ff102ed01f 100644
--- a/components/offline_pages/background/request_coordinator.cc
+++ b/components/offline_pages/background/request_coordinator.cc
@@ -168,7 +168,7 @@ void RequestCoordinator::OfflinerDoneCallback(const SavePageRequest& request,
}
}
-Scheduler::TriggerConditions const&
+const Scheduler::TriggerConditions&
RequestCoordinator::GetTriggerConditionsForUserRequest() {
return kUserRequestTriggerConditions;
}
« no previous file with comments | « components/offline_pages/background/request_coordinator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698