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

Unified Diff: components/previews/core/previews_opt_out_store_sql.h

Issue 2433793003: Generalize Previews Type code (Closed)
Patch Set: tbansal comment 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
« no previous file with comments | « components/previews/core/previews_opt_out_store.h ('k') | components/previews/core/previews_ui_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/previews/core/previews_opt_out_store_sql.h
diff --git a/components/previews/core/previews_opt_out_store_sql.h b/components/previews/core/previews_opt_out_store_sql.h
index 33cdef088b22424215a54a19b24df405513d9e59..801b85074471063f309ce6d88dc9254a862af51b 100644
--- a/components/previews/core/previews_opt_out_store_sql.h
+++ b/components/previews/core/previews_opt_out_store_sql.h
@@ -8,20 +8,21 @@
#include <stdint.h>
#include <memory>
#include <string>
#include <vector>
#include "base/files/file_path.h"
#include "base/macros.h"
#include "base/threading/thread_checker.h"
#include "base/time/time.h"
+#include "components/previews/core/previews_experiments.h"
#include "components/previews/core/previews_opt_out_store.h"
namespace base {
class SequencedTaskRunner;
class SingleThreadTaskRunner;
}
namespace sql {
class Connection;
}
« no previous file with comments | « components/previews/core/previews_opt_out_store.h ('k') | components/previews/core/previews_ui_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698