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

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

Issue 1852953002: Fix a bunch of IWYU violators that don't include scoped_ptr.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment Created 4 years, 9 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/content/browser_context_dependency_manager.h
diff --git a/components/keyed_service/content/browser_context_dependency_manager.h b/components/keyed_service/content/browser_context_dependency_manager.h
index 42173b28a0a47fa4cee9801194d792141880a1ff..6f0ecf1297131eeb28681c2197e49ba2326c2866 100644
--- a/components/keyed_service/content/browser_context_dependency_manager.h
+++ b/components/keyed_service/content/browser_context_dependency_manager.h
@@ -7,6 +7,7 @@
#include "base/callback_forward.h"
#include "base/callback_list.h"
+#include "base/memory/scoped_ptr.h"
#include "components/keyed_service/core/dependency_manager.h"
#include "components/keyed_service/core/keyed_service_export.h"
« no previous file with comments | « components/guest_view/renderer/guest_view_request.h ('k') | components/keyed_service/core/keyed_service_shutdown_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698