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

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

Issue 1914333002: Adding a BUILD file for both gyp and gn for the new background_offlining (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More CR feedback per fgorski. Created 4 years, 8 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
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);
« no previous file with comments | « components/offline_pages/background/BUILD.gn ('k') | components/offline_pages/background/request_coordinator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698