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

Unified Diff: chrome/browser/tab_contents/origins_seen_service_factory.h

Issue 1897343003: Componentize OriginsSeenService & provide iOS factory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and address nit 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
Index: chrome/browser/tab_contents/origins_seen_service_factory.h
diff --git a/chrome/browser/tab_contents/origins_seen_service_factory.h b/chrome/browser/tab_contents/origins_seen_service_factory.h
index 6f1fab19f9f1a8ae71ddef2e7e724c51adf26584..a38f6f3ee4db2bd2e7ca08229ec490fa525e1f65 100644
--- a/chrome/browser/tab_contents/origins_seen_service_factory.h
+++ b/chrome/browser/tab_contents/origins_seen_service_factory.h
@@ -6,14 +6,15 @@
#define CHROME_BROWSER_TAB_CONTENTS_ORIGINS_SEEN_SERVICE_FACTORY_H_
#include "base/memory/singleton.h"
-#include "chrome/browser/tab_contents/origins_seen_service.h"
#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
+namespace navigation_metrics {
class OriginsSeenService;
+}
class OriginsSeenServiceFactory : public BrowserContextKeyedServiceFactory {
public:
- static OriginsSeenService* GetForBrowserContext(
+ static navigation_metrics::OriginsSeenService* GetForBrowserContext(
content::BrowserContext* context);
static OriginsSeenServiceFactory* GetInstance();
« no previous file with comments | « chrome/browser/tab_contents/origins_seen_service.cc ('k') | chrome/browser/tab_contents/origins_seen_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698