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..b9832d2df47ac3f6282aa437e5ab2517a9f74f13 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); |
+ WebDataService(scoped_refptr<WebDatabaseService> wdbs, |
+ const ProfileErrorCallback& callback); |
Jói
2013/03/20 12:41:29
indentation: indent to (
Cait (Slow)
2013/03/20 22:21:10
Done.
|
// Notifies listeners on the UI thread that multiple changes have been made to |
// to Autofill records of the database. |
@@ -116,8 +117,6 @@ class WebDataService |
// |web_data_service| may be NULL for testing purposes. |
static void NotifyOfMultipleAutofillChanges(WebDataService* web_data_service); |
- |
- |
////////////////////////////////////////////////////////////////////////////// |
// |
// Keywords |
@@ -298,11 +297,6 @@ class WebDataService |
virtual ~WebDataService(); |
private: |
- ////////////////////////////////////////////////////////////////////////////// |
- // |
- // The following methods are only invoked in the web data service thread. |
Jói
2013/03/20 12:41:29
Is there a reason to remove this comment? Maybe ju
Cait (Slow)
2013/03/20 22:21:10
Done.
|
- // |
- ////////////////////////////////////////////////////////////////////////////// |
////////////////////////////////////////////////////////////////////////////// |
// |