Index: chrome/browser/search_engines/template_url_service.h |
diff --git a/chrome/browser/search_engines/template_url_service.h b/chrome/browser/search_engines/template_url_service.h |
index 5976224f5e10befd5c7e0732eb539db6adb54d0f..e7472d11211a99fa40428026501fcd929d77e40b 100644 |
--- a/chrome/browser/search_engines/template_url_service.h |
+++ b/chrome/browser/search_engines/template_url_service.h |
@@ -292,7 +292,8 @@ class TemplateURLService : public WebDataServiceConsumer, |
// This may send a new SyncChange to the cloud. If our model has not yet been |
// associated with Sync, or if this is triggered by a Sync change, then this |
// does nothing. |
- void ProcessTemplateURLChange(const TemplateURL* turl, |
+ void ProcessTemplateURLChange(const tracked_objects::Location& from_here, |
+ const TemplateURL* turl, |
syncer::SyncChange::SyncChangeType type); |
Profile* profile() const { return profile_; } |