Index: chrome/browser/webdata/web_data_service.h |
diff --git a/chrome/browser/webdata/web_data_service.h b/chrome/browser/webdata/web_data_service.h |
index 7db7cafd59c6344e3523b35dea2ef1e5e734167e..29fee1b49d50b1f8cfc904e9d18d34f5653b8cbf 100644 |
--- a/chrome/browser/webdata/web_data_service.h |
+++ b/chrome/browser/webdata/web_data_service.h |
@@ -107,7 +107,8 @@ class WebDataService |
static scoped_refptr<WebDataService> FromBrowserContext( |
content::BrowserContext* context); |
- explicit WebDataService(const ProfileErrorCallback& callback); |
+ explicit WebDataService(const base::FilePath& path, |
Cait (Slow)
2013/03/21 00:37:49
explicit not needed anymore.
kaiwang
2013/03/21 06:30:56
Done.
|
+ const ProfileErrorCallback& callback); |
// Notifies listeners on the UI thread that multiple changes have been made to |
// to Autofill records of the database. |