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

Unified Diff: chrome/browser/search_engines/template_url_service.h

Issue 8539006: Cleanup: Remove unneeded forward declarations from various chrome/browser subdirectories. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 9 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
Index: chrome/browser/search_engines/template_url_service.h
===================================================================
--- chrome/browser/search_engines/template_url_service.h (revision 109953)
+++ chrome/browser/search_engines/template_url_service.h (working copy)
@@ -23,16 +23,15 @@
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
-class GURL;
class Extension;
+class GURL;
class PrefService;
-class Profile;
class PrefSetObserver;
+class Profile;
class SearchHostToURLsMap;
class SearchTermsData;
class SyncData;
class TemplateURLServiceObserver;
-class TemplateURLRef;
namespace history {
struct URLVisitedDetails;
@@ -418,7 +417,7 @@
// does not occur multiple times.
static bool BuildQueryTerms(
const GURL& url,
- std::map<std::string,std::string>* query_terms);
+ std::map<std::string, std::string>* query_terms);
// Invoked when the Google base URL has changed. Updates the mapping for all
// TemplateURLs that have a replacement term of {google:baseURL} or
« no previous file with comments | « chrome/browser/search_engines/template_url.h ('k') | chrome/browser/tab_contents/simple_alert_infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698