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

Unified Diff: components/offline_pages/offline_page_types.h

Issue 1965633002: [Offline Pages] Introducing StorageManagerClient interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplifying interface per suggestion. Created 4 years, 7 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/offline_page_storage_manager_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/offline_page_types.h
diff --git a/components/offline_pages/offline_page_types.h b/components/offline_pages/offline_page_types.h
index c5a99ca9013fb2763509d6dd235c68a6cdcf3ccf..f48c50c263dd3c393561cdfaddd23c0a1198018a 100644
--- a/components/offline_pages/offline_page_types.h
+++ b/components/offline_pages/offline_page_types.h
@@ -11,6 +11,7 @@
#include <vector>
#include "base/callback.h"
+#include "base/optional.h"
#include "components/offline_pages/offline_page_item.h"
class GURL;
« no previous file with comments | « components/offline_pages/offline_page_storage_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698