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

Unified Diff: components/previews/core/previews_ui_service.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_sql.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/previews/core/previews_ui_service.h
diff --git a/components/previews/core/previews_ui_service.h b/components/previews/core/previews_ui_service.h
index 74b9512ba00c9fc800a5b8dc35197128057f33c4..12452bcacbec17f23895ac19047030de39f9668a 100644
--- a/components/previews/core/previews_ui_service.h
+++ b/components/previews/core/previews_ui_service.h
@@ -5,20 +5,21 @@
#ifndef COMPONENTS_PREVIEWS_CORE_PREVIEWS_UI_SERVICE_H_
#define COMPONENTS_PREVIEWS_CORE_PREVIEWS_UI_SERVICE_H_
#include <string>
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.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"
class GURL;
namespace base {
class SingleThreadTaskRunner;
}
namespace previews {
class PreviewsIOData;
« no previous file with comments | « components/previews/core/previews_opt_out_store_sql.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698