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

Unified Diff: chrome/browser/autocomplete/history_url_provider.h

Issue 3027041: Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h. (Closed)
Patch Set: oops, missed one previously Created 10 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: chrome/browser/autocomplete/history_url_provider.h
diff --git a/chrome/browser/autocomplete/history_url_provider.h b/chrome/browser/autocomplete/history_url_provider.h
index bfd13b97d3ac07abb3c8e9e234fd90f1032bcd9a..481e1d0da2417bcff4b51071a07bc1828cce0ad6 100644
--- a/chrome/browser/autocomplete/history_url_provider.h
+++ b/chrome/browser/autocomplete/history_url_provider.h
@@ -7,12 +7,10 @@
#pragma once
#include <vector>
-#include <deque>
#include "chrome/browser/autocomplete/autocomplete.h"
#include "chrome/browser/history/history_types.h"
-class HistoryService;
class MessageLoop;
class Profile;

Powered by Google App Engine
This is Rietveld 408576698