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

Unified Diff: components/offline_pages/offline_page_model.h

Issue 2415473003: Query API: Introduces an OfflinePageModelQuery object. (Closed)
Patch Set: Address comments, add more tests, rename enum. Created 4 years, 2 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/offline_page_model.h
diff --git a/components/offline_pages/offline_page_model.h b/components/offline_pages/offline_page_model.h
index 4222b53917dd5cfd5aa95916c6aea2a670b35d64..83eee7405ff40d09a2f733cf50e8a29b9ae31b0f 100644
--- a/components/offline_pages/offline_page_model.h
+++ b/components/offline_pages/offline_page_model.h
@@ -15,6 +15,7 @@
#include "base/supports_user_data.h"
#include "components/offline_pages/offline_event_logger.h"
#include "components/offline_pages/offline_page_archiver.h"
+#include "components/offline_pages/offline_page_model_query.h"
fgorski 2016/10/26 18:05:41 is this necessary? does this file really depend on
dewittj 2016/10/27 22:49:17 Done. No, remnant from previous iteration.
#include "components/offline_pages/offline_page_storage_manager.h"
#include "components/offline_pages/offline_page_types.h"

Powered by Google App Engine
This is Rietveld 408576698