summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/web_data_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/webdata/web_data_service.h')
-rw-r--r--chrome/browser/webdata/web_data_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/webdata/web_data_service.h b/chrome/browser/webdata/web_data_service.h
index b5faa9e..98c5d0a 100644
--- a/chrome/browser/webdata/web_data_service.h
+++ b/chrome/browser/webdata/web_data_service.h
@@ -277,8 +277,8 @@ class WebDataService
// to Autofill records of the database.
// NOTE: This method is intended to be called from the DB thread. It
// it asynchronously notifies listeners on the UI thread.
- // |profile| may be NULL for testing purposes.
- static void NotifyOfMultipleAutofillChanges(Profile* profile);
+ // |web_data_service| may be NULL for testing purposes.
+ static void NotifyOfMultipleAutofillChanges(WebDataService* web_data_service);
// Initializes the web data service. Returns false on failure
// Takes the path of the profile directory as its argument.