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

Unified Diff: components/keyed_service/content/browser_context_dependency_manager.cc

Issue 701463003: Cleanup #include in //components/keyed_service/content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@419366.a
Patch Set: Remove another #include Created 6 years, 1 month 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 | « no previous file | components/keyed_service/content/browser_context_keyed_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/keyed_service/content/browser_context_dependency_manager.cc
diff --git a/components/keyed_service/content/browser_context_dependency_manager.cc b/components/keyed_service/content/browser_context_dependency_manager.cc
index 3e7d2ce15c7f37eef075a8d4ba11cda3a1b51580..9498320aab19bad3f3f1f5fc3ecf17395674a2e2 100644
--- a/components/keyed_service/content/browser_context_dependency_manager.cc
+++ b/components/keyed_service/content/browser_context_dependency_manager.cc
@@ -4,10 +4,8 @@
#include "components/keyed_service/content/browser_context_dependency_manager.h"
-#include "base/bind.h"
#include "base/debug/trace_event.h"
#include "base/memory/singleton.h"
-#include "components/keyed_service/content/browser_context_keyed_base_factory.h"
#include "content/public/browser/browser_context.h"
#ifndef NDEBUG
« no previous file with comments | « no previous file | components/keyed_service/content/browser_context_keyed_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698