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

Unified Diff: components/keyed_service/core/keyed_service_base_factory.cc

Issue 654753010: Refactor (Refcounted)BrowserContextKeyedServiceFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/keyed_service/core/keyed_service_base_factory.cc
diff --git a/components/keyed_service/core/keyed_service_base_factory.cc b/components/keyed_service/core/keyed_service_base_factory.cc
index 02e3fa813e93d0cc92ee6f08265097b62d90b90e..ddaf49740d6807c3568ffcac43557da6204e724b 100644
--- a/components/keyed_service/core/keyed_service_base_factory.cc
+++ b/components/keyed_service/core/keyed_service_base_factory.cc
@@ -7,9 +7,6 @@
#include "base/prefs/pref_service.h"
#include "base/supports_user_data.h"
#include "components/keyed_service/core/dependency_manager.h"
-// #include "components/pref_registry/pref_registry_syncable.h"
-// #include "components/user_prefs/user_prefs.h"
-// #include "content/public/browser/browser_context.h"
void KeyedServiceBaseFactory::RegisterUserPrefsOnContextForTest(
base::SupportsUserData* context) {

Powered by Google App Engine
This is Rietveld 408576698