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

Unified Diff: components/search_engines/util.h

Issue 1307643003: IWYU for base/memory/scoped_vector.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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/search_engines/util.h
diff --git a/components/search_engines/util.h b/components/search_engines/util.h
index a9afa2f56a34fb9f66bc3c08d97c223027928497..baf822c4c748374c2842c46272d57d9a9bb5fa62 100644
--- a/components/search_engines/util.h
+++ b/components/search_engines/util.h
@@ -14,6 +14,9 @@
#include "base/strings/string16.h"
#include "components/search_engines/template_url_service.h"
+template <typename T>
+class ScopedVector;
+
class KeywordWebDataService;
class PrefService;
class TemplateURL;
« no previous file with comments | « components/search_engines/template_url_service_unittest.cc ('k') | components/signin/core/browser/account_reconcilor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698